You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/20 09:28:07 UTC

[maven-ant-plugin] 09/42: Adding plexus snapshots repo to settings.xml for integration testing until plexus-utils dependency version is bumped off of -SNAPSHOT version.

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to annotated tag maven-ant-plugin-2.1.1
in repository https://gitbox.apache.org/repos/asf/maven-ant-plugin.git

commit 1474acce033b14d0ab13b67a813f8a8821881f0a
Author: John Dennis Casey <jd...@apache.org>
AuthorDate: Tue Jun 17 21:30:39 2008 +0000

    Adding plexus snapshots repo to settings.xml for integration testing until plexus-utils dependency version is bumped off of -SNAPSHOT version.
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ant-plugin@668836 13f79535-47bb-0310-9956-ffa450edef68
---
 src/it/settings.xml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/src/it/settings.xml b/src/it/settings.xml
index a1c1028..d80623e 100644
--- a/src/it/settings.xml
+++ b/src/it/settings.xml
@@ -17,6 +17,17 @@
             <enabled>true</enabled>
           </snapshots>
         </repository>
+        <!-- Remove this once plexus-utils dependency is bumped out of -SNAPSHOT -->
+        <repository>
+          <id>plexus.snapshots</id>
+          <url>http://snapshots.repository.codehaus.org/</url>
+          <releases>
+            <enabled>false</enabled>
+          </releases>
+          <snapshots>
+            <enabled>true</enabled>
+          </snapshots>
+        </repository>
       </repositories>
       <pluginRepositories>
         <pluginRepository>
@@ -29,6 +40,17 @@
             <enabled>true</enabled>
           </snapshots>
         </pluginRepository>
+        <!-- Remove this once plexus-utils dependency is bumped out of -SNAPSHOT -->
+        <pluginRepository>
+          <id>plexus.snapshots</id>
+          <url>http://snapshots.repository.codehaus.org/</url>
+          <releases>
+            <enabled>false</enabled>
+          </releases>
+          <snapshots>
+            <enabled>true</enabled>
+          </snapshots>
+        </pluginRepository>
       </pluginRepositories>
     </profile>
   </profiles>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.