You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/10/05 12:42:41 UTC

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

Author: foconer
Date: Thu Oct  5 03:42:40 2006
New Revision: 453182

URL: http://svn.apache.org/viewvc?view=rev&rev=453182
Log:
Added "http://people.apache.org/maven-snapshot-repository/" in pluginRepository. This will check the apache snapshot repository for apache based plugins that are still in snapshot version.

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=453182&r1=453181&r2=453182
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Thu Oct  5 03:42:40 2006
@@ -383,7 +383,21 @@
         </repository>
     </repositories>
 
-    <dependencies>
+	<pluginRepositories>
+	    <pluginRepository>
+          <id>apache.snapshots</id>
+          <name>Logicblaze Maven2 Repository</name>
+          <url>http://people.apache.org/maven-snapshot-repository</url>
+	      <releases>
+            <enabled>false</enabled>
+          </releases>
+	      <snapshots>
+            <enabled>true</enabled>
+          </snapshots>
+	    </pluginRepository>
+    </pluginRepositories>
+    
+	<dependencies>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>