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:
Maria Odea B. Ching 2011-04-10 05:01:37 +00:00
parent 622d4ecd46
commit 5d860e727a
1 changed files with 19 additions and 0 deletions

19
pom.xml
View File

@ -1188,6 +1188,25 @@
</plugins>
</build>
</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>
<!-- TODO: we need to push this into the parent, and also upgrade to the latest ASF parent POM -->
<distributionManagement>