mirror of
https://github.com/apache/archiva.git
synced 2025-03-04 07:29:11 +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
7
pom.xml
7
pom.xml
@ -1036,9 +1036,8 @@
|
|||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
<profile>
|
||||||
|
<id>buildWithSnapshots</id>
|
||||||
<!-- temporarily added for redback 1.0.3-SNAPSHOT | remove once redback is released! -->
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<releases>
|
<releases>
|
||||||
@ -1052,4 +1051,6 @@
|
|||||||
<url>http://snapshots.repository.codehaus.org</url>
|
<url>http://snapshots.repository.codehaus.org</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
</profile>
|
||||||
|
</profiles>
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user