aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-04-12 09:37:09 +0000
committerOlivier Lamy <olamy@apache.org>2012-04-12 09:37:09 +0000
commita8f8c797ea367edf8ee6c8eb9656be9a2a8bd0b7 (patch)
treea5ba0030f5a731edb8cad45ba95f783a7b106eba
parent16c46cae45e9410048fc2035a3ae117996fff722 (diff)
downloadarchiva-a8f8c797ea367edf8ee6c8eb9656be9a2a8bd0b7.tar.gz
archiva-a8f8c797ea367edf8ee6c8eb9656be9a2a8bd0b7.zip
use local repo as mirror to speed consumer archetype build
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1325169 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/test/test-settings.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/test/test-settings.xml b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/test/test-settings.xml
index 1ce3a1551..e6c8c68da 100644
--- a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/test/test-settings.xml
+++ b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/test/test-settings.xml
@@ -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>