You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2006/01/10 17:28:39 UTC

svn commit: r367674 - /maven/components/branches/maven-2.0.x/maven-core-it/it0088/pom.xml

Author: jvanzyl
Date: Tue Jan 10 08:28:36 2006
New Revision: 367674

URL: http://svn.apache.org/viewcvs?rev=367674&view=rev
Log:
add plugin repositories

Modified:
    maven/components/branches/maven-2.0.x/maven-core-it/it0088/pom.xml

Modified: maven/components/branches/maven-2.0.x/maven-core-it/it0088/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/maven-core-it/it0088/pom.xml?rev=367674&r1=367673&r2=367674&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core-it/it0088/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/maven-core-it/it0088/pom.xml Tue Jan 10 08:28:36 2006
@@ -38,4 +38,11 @@
       </plugin>
     </plugins>
   </build>
+  <pluginRepositories>
+    <pluginRepository>
+      <id>snapshots</id>
+      <name>Maven Central Plugins Development Repository</name>
+      <url>http://snapshots.maven.codehaus.org/maven2</url>
+    </pluginRepository>
+  </pluginRepositories>
 </project>