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 2008/03/28 13:51:09 UTC

svn commit: r642213 - /maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3485-overrideWagonExtension/pom.xml

Author: brett
Date: Fri Mar 28 05:51:06 2008
New Revision: 642213

URL: http://svn.apache.org/viewvc?rev=642213&view=rev
Log:
work on clean repo

Modified:
    maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3485-overrideWagonExtension/pom.xml

Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3485-overrideWagonExtension/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3485-overrideWagonExtension/pom.xml?rev=642213&r1=642212&r2=642213&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3485-overrideWagonExtension/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3485-overrideWagonExtension/pom.xml Fri Mar 28 05:51:06 2008
@@ -28,4 +28,16 @@
       <url>scpexe://foo.bar/path</url>
     </repository>
   </distributionManagement>
+  <repositories>
+    <repository>
+      <id>apache.snapshots</id>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
 </project>