Author: gertv
Date: Thu Jul 16 17:21:06 2009
New Revision: 794762
URL: http://svn.apache.org/viewvc?rev=794762&view=rev
Log:
Add servicemix-build to the pluginManagement section to get a successful build
in Hudson
Modified:
servicemix/smx3/trunk/deployables/pom.xml
servicemix/smx3/trunk/pom.xml
Modified: servicemix/smx3/trunk/deployables/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/deployables/pom.xml?rev=794762&r1=794761&r2=794762&view=diff
==============================================================================
--- servicemix/smx3/trunk/deployables/pom.xml (original)
+++ servicemix/smx3/trunk/deployables/pom.xml Thu Jul 16 17:21:06 2009
@@ -42,7 +42,6 @@
<plugin>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-build</artifactId>
- <version>${servicemix-build-version}</version>
<executions>
<execution>
<goals>
Modified: servicemix/smx3/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/trunk/pom.xml?rev=794762&r1=794761&r2=794762&view=diff
==============================================================================
--- servicemix/smx3/trunk/pom.xml (original)
+++ servicemix/smx3/trunk/pom.xml Thu Jul 16 17:21:06 2009
@@ -1784,6 +1784,11 @@
<pluginManagement>
<plugins>
<plugin>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-build</artifactId>
+ <version>${servicemix-build-version}</version>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.2</version>