You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/06/20 17:24:12 UTC

svn commit: r1352157 - /maven/plugins/trunk/maven-resources-plugin/src/it/settings.xml

Author: olamy
Date: Wed Jun 20 15:24:12 2012
New Revision: 1352157

URL: http://svn.apache.org/viewvc?rev=1352157&view=rev
Log:
add snapshot repository in it settings

Modified:
    maven/plugins/trunk/maven-resources-plugin/src/it/settings.xml

Modified: maven/plugins/trunk/maven-resources-plugin/src/it/settings.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/it/settings.xml?rev=1352157&r1=1352156&r2=1352157&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/it/settings.xml (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/it/settings.xml Wed Jun 20 15:24:12 2012
@@ -37,6 +37,16 @@ under the License.
             <enabled>true</enabled>
           </snapshots>
         </repository>
+        <repository>
+          <id>apache.snapshots</id>
+          <url>https://repository.apache.org/content/repositories/snapshots</url>
+          <releases>
+            <enabled>false</enabled>
+          </releases>
+          <snapshots>
+            <enabled>true</enabled>
+          </snapshots>
+        </repository>
       </repositories>
       <pluginRepositories>
         <pluginRepository>