kaz 02/03/18 16:55:45
Modified: . build-maven.xml
Log:
The Maven terminating marker was in the wrong place. It should surround
only the Maven delegators, not any custom build targets.
Revision Changes Path
1.6 +2 -2 jakarta-turbine-fulcrum/build-maven.xml
Index: build-maven.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-fulcrum/build-maven.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- build-maven.xml 18 Mar 2002 00:18:49 -0000 1.5
+++ build-maven.xml 19 Mar 2002 00:55:45 -0000 1.6
@@ -86,6 +86,8 @@
<ant antfile="${maven.home}/build-maven.xml" target="compile"/>
</target>
+ <!-- maven:end -->
+
<!-- ================================================================== -->
<!-- C H E C K O M -->
<!-- ================================================================== -->
@@ -119,6 +121,4 @@
<ant antfile="${maven.home}/build-maven.xml" target="update-jars"/>
</target>
- <!-- maven:end -->
-
</project>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>