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 ga...@apache.org on 2009/01/07 22:40:27 UTC

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

Author: gawor
Date: Wed Jan  7 13:40:27 2009
New Revision: 732513

URL: http://svn.apache.org/viewvc?rev=732513&view=rev
Log:
need to force install during release preparation

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=732513&r1=732512&r2=732513&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Wed Jan  7 13:40:27 2009
@@ -271,6 +271,7 @@
                             <useReleaseProfiles>false</useReleaseProfiles>
                             <goals>deploy</goals>
                             <arguments>-Prelease</arguments>
+                            <preparationGoals>clean install</preparationGoals>
                         </configuration>
                     </plugin>
                     <plugin>