jvanzyl 2002/06/01 15:57:16
Modified: src/templates/build/plugins/core build.xml
Log:
Updating maven:dist. I realize I have one more thing to fix ...
Revision Changes Path
1.9 +3 -3 jakarta-turbine-maven/src/templates/build/plugins/core/build.xml
Index: build.xml
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/templates/build/plugins/core/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- build.xml 1 Jun 2002 03:31:56 -0000 1.8
+++ build.xml 1 Jun 2002 22:57:16 -0000 1.9
@@ -500,7 +500,7 @@
<!-- You would use a command like the following to build a distribution -->
<!-- for your project: -->
<!-- -->
- <!-- ant maven:dist -Dmaven.tag=MAVEN_B4 -->
+ <!-- ant maven:dist -Dmaven.versionid=b4 -->
<!-- ================================================================== -->
<target
@@ -699,12 +699,12 @@
<target
name="dist-check-tag"
- unless="maven.distid">
+ unless="maven.versionid">
<echo>
+-------------------------------------------------------+
| The dist target will not execute correctly unless a |
| 'maven.distid' property is provided, e.g. |
- | ant maven:dist -Dmaven.distid=b4 |
+ | ant maven:dist -Dmaven.versionid=b4 |
+-------------------------------------------------------+
</echo>
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>