Author: gertv
Date: Thu Dec 17 22:03:33 2009
New Revision: 891939
URL: http://svn.apache.org/viewvc?rev=891939&view=rev
Log:
Skip the validate phase while doing a release:prepare
Modified:
servicemix/components/engines/servicemix-cxf-se/trunk/pom.xml
Modified: servicemix/components/engines/servicemix-cxf-se/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-cxf-se/trunk/pom.xml?rev=891939&r1=891938&r2=891939&view=diff
==============================================================================
--- servicemix/components/engines/servicemix-cxf-se/trunk/pom.xml (original)
+++ servicemix/components/engines/servicemix-cxf-se/trunk/pom.xml Thu Dec 17
22:03:33 2009
@@ -302,7 +302,20 @@
</execution>
</executions>
</plugin>
-
</plugins>
+
+ <pluginManagement>
+ <plugins>
+ <!-- configure the release plugin to skip the validate phase - result
in a problem at bundle build time -->
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <preparationGoals>clean install</preparationGoals>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+
</build>
+
</project>