add stage repository for consumer-archetype build

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/2.0.0-RC@1558687 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2014-01-16 03:37:17 +00:00
parent e979bff820
commit 937aaf69e0
1 changed files with 10 additions and 0 deletions

View File

@ -37,6 +37,16 @@ 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>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>local-central</id>
<url>@localRepositoryUrl@</url>