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/06/07 16:45:40 UTC

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

Author: gnodet
Date: Wed Jun  7 07:45:40 2006
New Revision: 412413

URL: http://svn.apache.org/viewvc?rev=412413&view=rev
Log:
Put central repo first to avoid lots of warnings

Modified:
    incubator/servicemix/trunk/pom.xml

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/pom.xml?rev=412413&r1=412412&r2=412413&view=diff
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Wed Jun  7 07:45:40 2006
@@ -261,11 +261,18 @@
   </pluginRepositories>
   
   <repositories>
+    <!-- keep the central repo so that it is first tried -->
+    <repository>
+      <id>central</id>
+      <url>http://ibiblio.org/maven2/</url>
+    </repository>
+    <!-- Dependencies not on central repo -->
     <repository>
       <id>servicemix-m2-repo</id>
       <name>Servicemix Maven2 Repository</name>
       <url>http://servicemix.org/m2-repo</url>
     </repository>
+    <!-- AMQ 4 release -->
     <repository>
       <id>activemq-tmp-repo</id>
       <name>ActiveMQ Maven2 Temp Repository</name>