jtolentino 2005/09/22 06:38:28
Modified: m2 maven2.bat openejb-builder.pom openejb-core.pom
openejb-root.pom
Log:
Added missing dependencies in pom, script and provided a copy of the
artifacts in the repository folder.
Revision Changes Path
1.3 +1 -1 openejb/m2/maven2.bat
Index: maven2.bat
===================================================================
RCS file: /scm/openejb/openejb/m2/maven2.bat,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- maven2.bat 22 Sep 2005 07:22:27 -0000 1.2
+++ maven2.bat 22 Sep 2005 10:38:28 -0000 1.3
@@ -104,7 +104,7 @@
call %M2_HOME%\bin\m2 install:install-file -DgroupId=geronimo
-DartifactId=geronimo-kernel -Dpackaging=jar -Dversion=1.0-SNAPSHOT
-Dfile=repository\geronimo-kernel-1.0-SNAPSHOT.jar
call %M2_HOME%\bin\m2 install:install-file -DgroupId=geronimo
-DartifactId=geronimo-service-builder -Dpackaging=jar -Dversion=1.0-SNAPSHOT
-Dfile=repository\geronimo-service-builder-1.0-SNAPSHOT.jar
call %M2_HOME%\bin\m2 install:install-file -DgroupId=geronimo
-DartifactId=geronimo-system -Dpackaging=jar -Dversion=1.0-SNAPSHOT
-Dfile=repository\geronimo-system-1.0-SNAPSHOT.jar
-call %M2_HOME%\bin\m2 install:install-file -DgroupId=tranql
-DartifactId=tranql -Dpackaging=jar -Dversion=1.0-SNAPSHOT
-Dfile=repository\tranql-1.0-SNAPSHOT.jar
+call %M2_HOME%\bin\m2 install:install-file -DgroupId=tranql
-DartifactId=tranql -Dpackaging=jar -Dversion=1.1-SNAPSHOT
-Dfile=repository\tranql-1.1-SNAPSHOT.jar
call %M2_HOME%\bin\m2 install:install-file -DgroupId=org.codehaus.mojo
-DartifactId=maven-xmlbeans-plugin -Dpackaging=jar -Dversion=1.0-SNAPSHOT
-Dfile=repository\maven-xmlbeans-plugin-1.0-SNAPSHOT.jar
call %M2_HOME%\bin\m2 install:install-file -DgroupId=org.codehaus.mojo
-DartifactId=maven-xmlbeans-plugin -Dpackaging=pom -Dversion=1.0-SNAPSHOT
-Dfile=repository\maven-xmlbeans-plugin-1.0-SNAPSHOT.pom
1.3 +6 -0 openejb/m2/openejb-builder.pom
Index: openejb-builder.pom
===================================================================
RCS file: /scm/openejb/openejb/m2/openejb-builder.pom,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openejb-builder.pom 22 Sep 2005 07:22:27 -0000 1.2
+++ openejb-builder.pom 22 Sep 2005 10:38:28 -0000 1.3
@@ -362,6 +362,12 @@
</dependency>
<dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.5</version>
+ </dependency>
+
+ <dependency>
<groupId>axis</groupId>
<artifactId>commons-discovery</artifactId>
<version>SNAPSHOT</version>
1.3 +0 -0 openejb/m2/openejb-core.pom
Index: openejb-core.pom
===================================================================
RCS file: /scm/openejb/openejb/m2/openejb-core.pom,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
1.2 +1 -1 openejb/m2/openejb-root.pom
Index: openejb-root.pom
===================================================================
RCS file: /scm/openejb/openejb/m2/openejb-root.pom,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openejb-root.pom 16 Sep 2005 06:36:04 -0000 1.1
+++ openejb-root.pom 22 Sep 2005 10:38:28 -0000 1.2
@@ -341,7 +341,7 @@
<dependency>
<groupId>tranql</groupId>
<artifactId>tranql</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.1-SNAPSHOT</version>
</dependency>
<dependency>