Author: gnodet
Date: Mon Oct 2 02:49:06 2006
New Revision: 451934
URL: http://svn.apache.org/viewvc?view=rev&rev=451934
Log:
SM-615: Update the jbi maven based samples to be able to deploy the SA from the
root dir
Modified:
incubator/servicemix/trunk/samples/bridge/pom.xml
incubator/servicemix/trunk/samples/wsdl-first/pom.xml
Modified: incubator/servicemix/trunk/samples/bridge/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/samples/bridge/pom.xml?view=diff&rev=451934&r1=451933&r2=451934
==============================================================================
--- incubator/servicemix/trunk/samples/bridge/pom.xml (original)
+++ incubator/servicemix/trunk/samples/bridge/pom.xml Mon Oct 2 02:49:06 2006
@@ -65,6 +65,11 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.servicemix.tooling</groupId>
+ <artifactId>jbi-maven-plugin</artifactId>
+ <extensions>true</extensions>
+ </plugin>
</plugins>
</build>
</project>
Modified: incubator/servicemix/trunk/samples/wsdl-first/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/samples/wsdl-first/pom.xml?view=diff&rev=451934&r1=451933&r2=451934
==============================================================================
--- incubator/servicemix/trunk/samples/wsdl-first/pom.xml (original)
+++ incubator/servicemix/trunk/samples/wsdl-first/pom.xml Mon Oct 2 02:49:06
2006
@@ -84,6 +84,11 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.servicemix.tooling</groupId>
+ <artifactId>jbi-maven-plugin</artifactId>
+ <extensions>true</extensions>
+ </plugin>
</plugins>
</build>
</project>