jdillon 2003/08/24 06:56:50
Modified: modules/core maven.xml
Log:
o Removed run goal
Revision Changes Path
1.9 +1 -22 incubator-geronimo/modules/core/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/core/maven.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- maven.xml 22 Aug 2003 19:16:34 -0000 1.8
+++ maven.xml 24 Aug 2003 13:56:50 -0000 1.9
@@ -59,25 +59,4 @@
-->
</preGoal>
- <!-- ============================== -->
- <!-- Helpers to run Apache Geronimo -->
- <!-- ============================== -->
-
- <!-- jason: need to fix this -->
-
- <goal name="run" description="Runs the Geronimo Server using the current
build">
-
- <ant:path id="test.classpath">
- <ant:pathelement path="target/test-classes"/>
- <ant:pathelement path="src/conf/"/>
- <ant:pathelement path="${maven.build.dest}"/>
- <ant:path refid="maven.dependency.classpath"/>
- </ant:path>
-
- <ant:java classname="org.apache.geronimo.Main" fork="yes">
- <ant:classpath refid="test.classpath"/>
- </ant:java>
-
- </goal>
-
</project>