You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2007/10/22 19:26:11 UTC

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

Author: carlos
Date: Mon Oct 22 10:26:10 2007
New Revision: 587165

URL: http://svn.apache.org/viewvc?rev=587165&view=rev
Log:
Add codehaus snapshot repo for plexus alpha 34-snapshot

Modified:
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=587165&r1=587164&r2=587165&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Mon Oct 22 10:26:10 2007
@@ -204,6 +204,19 @@
     </site>
   </distributionManagement>
 
+  <repositories>
+    <repository>
+      <id>org.codehaus</id>
+      <name>Codehaus Snapshot Development Repository</name>
+      <url>http://snapshots.repository.codehaus.org</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+
+  </repositories>
+
+
   <profiles>
     <profile>
       <id>osgi</id>