dobbs 02/03/17 16:18:49
Modified: . build-maven.xml
Log:
making maven:dist depend on maven:compile so that the om will be
generated correctly
Revision Changes Path
1.5 +2 -1 jakarta-turbine-fulcrum/build-maven.xml
Index: build-maven.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-fulcrum/build-maven.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build-maven.xml 17 Mar 2002 01:00:02 -0000 1.4
+++ build-maven.xml 18 Mar 2002 00:18:49 -0000 1.5
@@ -60,7 +60,8 @@
</target>
<target
- name="maven:dist">
+ name="maven:dist"
+ depends="maven:compile">
<ant antfile="${maven.home}/build-maven.xml" target="dist"/>
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>