diff options
author | Olivier Lamy <olamy@apache.org> | 2011-12-01 21:41:43 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-12-01 21:41:43 +0000 |
commit | d6af35bf2272b3c24742f9942a4ce786be8d09ec (patch) | |
tree | 989a4fe22723f18df0db2abb0f9ff11e5b0b31ad /archiva-modules/archiva-base/archiva-consumers | |
parent | d6fa8f7ad8325d4be06cdfcb52f187b915d7d064 (diff) | |
download | archiva-d6af35bf2272b3c24742f9942a4ce786be8d09ec.tar.gz archiva-d6af35bf2272b3c24742f9942a4ce786be8d09ec.zip |
use id central to folks on limited network access
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1209260 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 | 6 |
1 files changed, 3 insertions, 3 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 ab9e16e42..9713272ad 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 @@ -28,7 +28,7 @@ under the License. </activation> <repositories> <repository> - <id>local.central</id> + <id>central</id> <url>@localRepositoryUrl@</url> <releases> <enabled>true</enabled> @@ -40,7 +40,7 @@ under the License. </repositories> <pluginRepositories> <pluginRepository> - <id>local.central</id> + <id>central</id> <url>@localRepositoryUrl@</url> <releases> <enabled>true</enabled> @@ -52,4 +52,4 @@ under the License. </pluginRepositories> </profile> </profiles> -</settings>
\ No newline at end of file +</settings> |