mirror of https://github.com/apache/archiva.git
temporarily added redback snapshots repo while not yet configured in vmbuild
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1090740 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
622d4ecd46
commit
5d860e727a
19
pom.xml
19
pom.xml
|
@ -1188,6 +1188,25 @@
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
|
<profile>
|
||||||
|
<id>snapshots-build</id>
|
||||||
|
<activation>
|
||||||
|
<activeByDefault>true</activeByDefault>
|
||||||
|
</activation>
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>redback.snapshots</id>
|
||||||
|
<name>Codehaus Redback Snapshots Repository</name>
|
||||||
|
<url>http://snapshots.repository.codehaus.org/</url>
|
||||||
|
<releases>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</releases>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
<!-- TODO: we need to push this into the parent, and also upgrade to the latest ASF parent POM -->
|
<!-- TODO: we need to push this into the parent, and also upgrade to the latest ASF parent POM -->
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
|
|
Loading…
Reference in New Issue