You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2010/12/16 20:58:02 UTC

svn commit: r1050130 - /axis/axis2/java/sandesha/trunk/pom.xml

Author: veithen
Date: Thu Dec 16 19:58:02 2010
New Revision: 1050130

URL: http://svn.apache.org/viewvc?rev=1050130&view=rev
Log:
Added maven-release-plugin configuration.

Modified:
    axis/axis2/java/sandesha/trunk/pom.xml

Modified: axis/axis2/java/sandesha/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/pom.xml?rev=1050130&r1=1050129&r2=1050130&view=diff
==============================================================================
--- axis/axis2/java/sandesha/trunk/pom.xml (original)
+++ axis/axis2/java/sandesha/trunk/pom.xml Thu Dec 16 19:58:02 2010
@@ -144,6 +144,16 @@
                     <artifactId>maven-dependency-plugin</artifactId>
                     <version>2.0</version>
                 </plugin>
+                <plugin>
+                    <artifactId>maven-release-plugin</artifactId>
+                    <configuration>
+                        <autoVersionSubmodules>true</autoVersionSubmodules>
+                        <!-- The default value "clean verify" is not appropriate. If the install
+                             phase is not executed, then the current build will pick up artifacts
+                             from a previous build. -->
+                        <preparationGoals>clean install</preparationGoals>
+                    </configuration>
+                </plugin>
             </plugins>
         </pluginManagement>
     </build>