moved codehaus snapshots repo inside a profile

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@680573 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maria Odea B. Ching 2008-07-29 00:00:26 +00:00
parent 23392d13f3
commit 7852da039b

31
pom.xml
View File

@ -1036,20 +1036,21 @@
</plugins>
</build>
</profile>
<profile>
<id>buildWithSnapshots</id>
<repositories>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>codehaus.org.snapshots</id>
<name>Codehaus Snapshots Repository</name>
<url>http://snapshots.repository.codehaus.org</url>
</repository>
</repositories>
</profile>
</profiles>
<!-- temporarily added for redback 1.0.3-SNAPSHOT | remove once redback is released! -->
<repositories>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>codehaus.org.snapshots</id>
<name>Codehaus Snapshots Repository</name>
<url>http://snapshots.repository.codehaus.org</url>
</repository>
</repositories>
</project>