]> source.dussan.org Git - archiva.git/commitdiff
use local repo as mirror to speed consumer archetype build
authorOlivier Lamy <olamy@apache.org>
Thu, 12 Apr 2012 09:37:09 +0000 (09:37 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 12 Apr 2012 09:37:09 +0000 (09:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1325169 13f79535-47bb-0310-9956-ffa450edef68

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

index 1ce3a15510b69c7f1288ee51d0f25739a4552a11..e6c8c68da9d9c77f2bc246caa74f9ca3b5601b5a 100644 (file)
@@ -19,8 +19,17 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<settings>
-
+<settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"
+  xmlns="http://maven.apache.org/SETTINGS/1.0.0">
+  <mirrors>
+    <mirror>
+      <mirrorOf>*</mirrorOf>
+      <id>local-mirror</id>
+      <name>local-mirror</name>
+      <url>@localRepositoryUrl@</url>
+    </mirror>
+  </mirrors>
   <profiles>
     <profile>
       <id>it-repo</id>