You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ve...@apache.org on 2010/06/13 20:21:53 UTC

svn commit: r954280 - /webservices/commons/trunk/modules/axiom/pom.xml

Author: veithen
Date: Sun Jun 13 18:21:53 2010
New Revision: 954280

URL: http://svn.apache.org/viewvc?rev=954280&view=rev
Log:
Fixed a problem with the release:prepare goal.

Modified:
    webservices/commons/trunk/modules/axiom/pom.xml

Modified: webservices/commons/trunk/modules/axiom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?rev=954280&r1=954279&r2=954280&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Sun Jun 13 18:21:53 2010
@@ -337,6 +337,15 @@
                     <artifactId>maven-gpg-plugin</artifactId>
                     <version>1.1</version>
                 </plugin>
+                <plugin>
+                    <artifactId>maven-release-plugin</artifactId>
+                    <configuration>
+                        <!-- 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>
         <plugins>