You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2014/01/16 04:37:18 UTC

svn commit: r1558687 - /archiva/branches/2.0.0-RC/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/test/test-settings.xml

Author: olamy
Date: Thu Jan 16 03:37:17 2014
New Revision: 1558687

URL: http://svn.apache.org/r1558687
Log:
add stage repository for consumer-archetype build

Modified:
    archiva/branches/2.0.0-RC/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/test/test-settings.xml

Modified: archiva/branches/2.0.0-RC/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/test/test-settings.xml
URL: http://svn.apache.org/viewvc/archiva/branches/2.0.0-RC/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/test/test-settings.xml?rev=1558687&r1=1558686&r2=1558687&view=diff
==============================================================================
--- archiva/branches/2.0.0-RC/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/test/test-settings.xml (original)
+++ archiva/branches/2.0.0-RC/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/test/test-settings.xml Thu Jan 16 03:37:17 2014
@@ -38,6 +38,16 @@ under the License.
       </activation>
       <repositories>
         <repository>
+          <id>archiva-repository.apache.org.stage</id>
+          <url>https://archiva-repository.apache.org/archiva/repository/archiva-releases-stage/</url>
+          <releases>
+            <enabled>true</enabled>
+          </releases>
+          <snapshots>
+            <enabled>false</enabled>
+          </snapshots>
+        </repository>
+        <repository>
           <id>local-central</id>
           <url>@localRepositoryUrl@</url>
           <releases>