jvanzyl 2003/09/28 22:12:31
Modified: . maven.xml
Log:
o adding goal to help with pre-release work.
Revision Changes Path
1.93 +11 -0 maven/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/maven/maven.xml,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- maven.xml 22 Sep 2003 01:10:51 -0000 1.92
+++ maven.xml 29 Sep 2003 05:12:31 -0000 1.93
@@ -88,6 +88,17 @@
/>
</goal>
+ <!--
+ |
+ | Some goals to help with the release of Maven itself.
+ |
+ -->
+
+ <goal name="pre-release-work">
+ <attainGoal name="maven:plugin-increment-snapshot-version"/>
+ <attainGoal name="maven:plugin-convert-snapshots"/>
+ </goal>
+
<goal name="maven:plugin-convert-snapshots"
description="Convert snapshot versions into resolved timestamped versions.">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]