mirror of https://github.com/apache/archiva.git
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:
parent
e979bff820
commit
937aaf69e0
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue