You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2007/10/25 00:47:04 UTC

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

Author: jdcasey
Date: Wed Oct 24 15:47:02 2007
New Revision: 588066

URL: http://svn.apache.org/viewvc?rev=588066&view=rev
Log:
adding codehaus snapshots with todo to disable once plexus is released again.

Modified:
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=588066&r1=588065&r2=588066&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Wed Oct 24 15:47:02 2007
@@ -40,6 +40,18 @@
     <system>jira</system>
     <url>http://jira.codehaus.org/browse/MNG</url>
   </issueManagement>
+  
+  <!-- TODO: Disable this once we've released the next version of plexus-container-default. -->
+  <repositories>
+    <repository>
+      <id>codehaus.snapshots</id>
+      <url>http://snapshots.repository.codehaus.org/</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+  
   <mailingLists>
     <mailingList>
       <name>Maven User List</name>