You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2009/06/12 13:47:03 UTC

svn commit: r784084 - /servicemix/servicemix-pom/trunk/pom.xml

Author: gertv
Date: Fri Jun 12 11:47:03 2009
New Revision: 784084

URL: http://svn.apache.org/viewvc?rev=784084&view=rev
Log:
Add servicemix-build as a dependency for the maven-remote-resources-plugin

Modified:
    servicemix/servicemix-pom/trunk/pom.xml

Modified: servicemix/servicemix-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/servicemix-pom/trunk/pom.xml?rev=784084&r1=784083&r2=784084&view=diff
==============================================================================
--- servicemix/servicemix-pom/trunk/pom.xml (original)
+++ servicemix/servicemix-pom/trunk/pom.xml Fri Jun 12 11:47:03 2009
@@ -218,6 +218,23 @@
         <url>http://repository.apache.org/snapshots</url>
     </pluginRepository>
   </pluginRepositories>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-remote-resources-plugin</artifactId>
+          <dependencies>
+              <dependency>
+                  <groupId>org.apache.servicemix</groupId>
+                  <artifactId>servicemix-build</artifactId>
+                  <version>1.0</version>
+              </dependency>
+          </dependencies>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
   
   <profiles>
     <profile>