summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMaria Odea B. Ching <oching@apache.org>2008-07-29 00:00:26 +0000
committerMaria Odea B. Ching <oching@apache.org>2008-07-29 00:00:26 +0000
commit7852da039b01fecef2e87ed00fa154e1c00519fb (patch)
treec9dabb90ce42adc034f700d8bfa86b44fee38ac7 /pom.xml
parent23392d13f374728bd0c690eba3bdc86f4200cd87 (diff)
downloadarchiva-7852da039b01fecef2e87ed00fa154e1c00519fb.tar.gz
archiva-7852da039b01fecef2e87ed00fa154e1c00519fb.zip
moved codehaus snapshots repo inside a profile
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@680573 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml31
1 files changed, 16 insertions, 15 deletions
diff --git a/pom.xml b/pom.xml
index 004fbff0e..d3a2c8591 100644
--- a/pom.xml
+++ b/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>