You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nmaven-commits@incubator.apache.org by si...@apache.org on 2007/05/22 15:50:57 UTC

svn commit: r540615 - /incubator/nmaven/trunk/pom.xml

Author: sisbell
Date: Tue May 22 08:50:55 2007
New Revision: 540615

URL: http://svn.apache.org/viewvc?view=rev&rev=540615
Log:
Added codehaus snapshot repo.

Modified:
    incubator/nmaven/trunk/pom.xml

Modified: incubator/nmaven/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/pom.xml?view=diff&rev=540615&r1=540614&r2=540615
==============================================================================
--- incubator/nmaven/trunk/pom.xml (original)
+++ incubator/nmaven/trunk/pom.xml Tue May 22 08:50:55 2007
@@ -27,7 +27,7 @@
   <modules>
     <module>components</module>
     <module>plugins</module>
-    <module>archetypes</module>    
+    <module>archetypes</module>
   </modules>
   <repositories>
     <repository>
@@ -40,6 +40,14 @@
       <snapshots>
         <enabled>true</enabled>
       </snapshots>
+    </repository>
+    <repository>
+      <id>codehaus-snapshot-repo</id>
+      <name>Codehaus Snapshot Repo</name>
+      <url>http://snapshots.repository.codehaus.org</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
     </repository>
   </repositories>
   <distributionManagement>