diff options
author | Olivier Lamy <olamy@apache.org> | 2011-11-08 16:48:35 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-11-08 16:48:35 +0000 |
commit | f21e64d0c97a61dd7c4f21b9818511e4d37db51b (patch) | |
tree | 0dc88dbad47c78ea755435cde30cc818a4e9f4bf /archiva-modules/archiva-base/archiva-consumers | |
parent | 6a767ceb444071ece5d36e3c702d67ea1f809e12 (diff) | |
download | archiva-f21e64d0c97a61dd7c4f21b9818511e4d37db51b.tar.gz archiva-f21e64d0c97a61dd7c4f21b9818511e4d37db51b.zip |
[MRM-815] aggregate indices for repository groups.
add a unit for this feature.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1199337 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 | 55 |
1 files changed, 55 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 new file mode 100644 index 000000000..ab9e16e42 --- /dev/null +++ b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/test/test-settings.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +<settings> + <profiles> + <profile> + <id>it-repo</id> + <activation> + <activeByDefault>true</activeByDefault> + </activation> + <repositories> + <repository> + <id>local.central</id> + <url>@localRepositoryUrl@</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + </repositories> + <pluginRepositories> + <pluginRepository> + <id>local.central</id> + <url>@localRepositoryUrl@</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </pluginRepository> + </pluginRepositories> + </profile> + </profiles> +</settings>
\ No newline at end of file |