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>