You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/10/26 21:33:40 UTC

svn commit: r468101 - /incubator/servicemix/trunk/pom.xml

Author: gnodet
Date: Thu Oct 26 12:33:39 2006
New Revision: 468101

URL: http://svn.apache.org/viewvc?view=rev&rev=468101
Log:
Add servicemix repo for plugins

Modified:
    incubator/servicemix/trunk/pom.xml

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/pom.xml?view=diff&rev=468101&r1=468100&r2=468101
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Thu Oct 26 12:33:39 2006
@@ -298,7 +298,7 @@
                 <module>servicemix-saxon</module>
                 <module>servicemix-wsn2005</module>
                 <module>samples</module>
-                <module>geronimo</module>
+                <!--module>geronimo</module-->
                 <module>apache-servicemix</module>
             </modules>
         </profile>
@@ -432,6 +432,12 @@
             <snapshots>
                 <enabled>false</enabled>
             </snapshots>
+        </pluginRepository>
+        <!-- Dependencies not on central repo -->
+        <pluginRepository>
+            <id>servicemix-m2-repo</id>
+            <name>Servicemix Maven2 Repository</name>
+            <url>http://servicemix.org/m2-repo</url>
         </pluginRepository>
         <!-- Apache snapshot -->
         <pluginRepository>