You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2007/01/08 06:54:14 UTC

svn commit: r493960 - /maven/components/trunk/pom.xml

Author: brett
Date: Sun Jan  7 21:54:13 2007
New Revision: 493960

URL: http://svn.apache.org/viewvc?view=rev&rev=493960
Log:
add codehaus snapshot repository for plexus snapshots

Modified:
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?view=diff&rev=493960&r1=493959&r2=493960
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Sun Jan  7 21:54:13 2007
@@ -45,6 +45,14 @@
     </pluginRepository>
   </pluginRepositories>
 
+  <!-- For plexus snapshots -->
+  <repositories>
+    <repository>
+      <id>codehaus.snapshots</id>
+      <url>http://snapshots.repository.codehaus.org/</url>
+    </repository>
+  </repositories>
+
   <mailingLists>
     <mailingList>
       <name>Maven User List</name>