]> source.dussan.org Git - archiva.git/commitdiff
archetype test must be fast as we already have all artitfacts locally!!
authorOlivier Lamy <olamy@apache.org>
Tue, 25 Mar 2014 06:36:14 +0000 (06:36 +0000)
committerOlivier Lamy <olamy@apache.org>
Tue, 25 Mar 2014 06:36:14 +0000 (06:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1581258 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/test/test-settings.xml

index 5c8f32a48cc586cc299ee292bbe75d7696870295..51538272b5b87e265c00014a13b92267fa8586d6 100644 (file)
@@ -29,6 +29,12 @@ under the License.
       <name>local-mirror</name>
       <url>@localRepositoryUrl@</url>
     </mirror>
+    <mirror>
+      <mirrorOf>central</mirrorOf>
+      <id>central-mirror</id>
+      <name>central-mirror</name>
+      <url>@localRepositoryUrl@</url>
+    </mirror>
   </mirrors>
   <profiles>
     <profile>
@@ -37,6 +43,7 @@ under the License.
         <activeByDefault>true</activeByDefault>
       </activation>
       <repositories>
+        <!--
         <repository>
           <id>archiva-repository.apache.org.stage</id>
           <url>https://archiva-repository.apache.org/archiva/repository/archiva-releases-stage/</url>
@@ -47,6 +54,7 @@ under the License.
             <enabled>false</enabled>
           </snapshots>
         </repository>
+        -->
         <repository>
           <id>local-central</id>
           <url>@localRepositoryUrl@</url>