You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2008/08/25 19:46:13 UTC

svn commit: r688795 - /maven/components/branches/maven-2.0.10-RC/pom.xml

Author: jdcasey
Date: Mon Aug 25 10:46:13 2008
New Revision: 688795

URL: http://svn.apache.org/viewvc?rev=688795&view=rev
Log:
adding preparationGoals to the release plugin config.

Modified:
    maven/components/branches/maven-2.0.10-RC/pom.xml

Modified: maven/components/branches/maven-2.0.10-RC/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/pom.xml?rev=688795&r1=688794&r2=688795&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/pom.xml Mon Aug 25 10:46:13 2008
@@ -170,6 +170,7 @@
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase>
             <autoVersionSubmodules>true</autoVersionSubmodules>
+            <preparationGoals>install</preparationGoals>
           </configuration>
         </plugin>
         <plugin>