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>