You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wagon-commits@maven.apache.org by jo...@apache.org on 2007/03/07 02:54:20 UTC

svn commit: r515419 - /maven/wagon/branches/wagon-1.x/pom.xml

Author: joakime
Date: Tue Mar  6 17:54:19 2007
New Revision: 515419

URL: http://svn.apache.org/viewvc?view=rev&rev=515419
Log:
Adding required repository for plexus-interactivity-api

Modified:
    maven/wagon/branches/wagon-1.x/pom.xml

Modified: maven/wagon/branches/wagon-1.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/wagon/branches/wagon-1.x/pom.xml?view=diff&rev=515419&r1=515418&r2=515419
==============================================================================
--- maven/wagon/branches/wagon-1.x/pom.xml (original)
+++ maven/wagon/branches/wagon-1.x/pom.xml Tue Mar  6 17:54:19 2007
@@ -56,6 +56,19 @@
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/wagon/branches/wagon-1.x</developerConnection>
     <url>https://svn.apache.org/repos/asf/maven/wagon/branches/wagon-1.x</url>
   </scm>
+  <repositories>
+    <!-- TODO: Remove once plexus-interactivity-api is released -->
+    <repository>
+      <id>snapshots.codehaus</id>
+      <url>http://snapshots.repository.codehaus.org</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
   <build>
     <pluginManagement>
       <plugins>



---------------------------------------------------------------------
To unsubscribe, e-mail: wagon-commits-unsubscribe@maven.apache.org
For additional commands, e-mail: wagon-commits-help@maven.apache.org