mirror of
https://github.com/apache/archiva.git
synced 2025-03-03 15:09:19 +00:00
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:
parent
23392d13f3
commit
7852da039b
31
pom.xml
31
pom.xml
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user