You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2010/01/13 02:41:18 UTC

svn commit: r898603 - /archiva/trunk/pom.xml

Author: brett
Date: Wed Jan 13 01:41:18 2010
New Revision: 898603

URL: http://svn.apache.org/viewvc?rev=898603&view=rev
Log:
update the release plugin and it's arguments to make the process faster and easier

Modified:
    archiva/trunk/pom.xml

Modified: archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=898603&r1=898602&r2=898603&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Wed Jan 13 01:41:18 2010
@@ -171,13 +171,14 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.0-beta-7</version>
+          <version>2.0-beta-9</version>
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/archiva/tags</tagBase>
             <useReleaseProfile>false</useReleaseProfile>
+            <autoVersionSubModules>true</autoVersionSubmodules>
             <goals>deploy</goals>
-            <preparationGoals>clean install</preparationGoals>
-            <arguments>-Prelease</arguments>
+            <preparationGoals>clean</preparationGoals>
+            <arguments>-Papache-release</arguments>
           </configuration>
         </plugin>
         <plugin>