diff options
author | Olivier Lamy <olamy@apache.org> | 2014-03-25 06:36:14 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2014-03-25 06:36:14 +0000 |
commit | d0574235c632d7ed5443424b7978224a1f77701b (patch) | |
tree | bd35037b81a727650e5e6b6e58c140841aad8c3a /archiva-modules/archiva-base/archiva-consumers | |
parent | 7156611df05dc611ea030e74358730f1f1273dbb (diff) | |
download | archiva-d0574235c632d7ed5443424b7978224a1f77701b.tar.gz archiva-d0574235c632d7ed5443424b7978224a1f77701b.zip |
archetype test must be fast as we already have all artitfacts locally!!
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1581258 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-base/archiva-consumers')
-rw-r--r-- | archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/test/test-settings.xml | 8 |
1 files changed, 8 insertions, 0 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 5c8f32a48..51538272b 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 @@ -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> |