summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMaria Odea B. Ching <oching@apache.org>2011-04-10 05:01:37 +0000
committerMaria Odea B. Ching <oching@apache.org>2011-04-10 05:01:37 +0000
commit5d860e727ac9c8672a417e3d4cc6a45a319a7862 (patch)
tree5329ce2ff445aab5bc0acbb6e9b031ebd33bc47e /pom.xml
parent622d4ecd46de0e48a8233542a89892eedbeefec4 (diff)
downloadarchiva-5d860e727ac9c8672a417e3d4cc6a45a319a7862.tar.gz
archiva-5d860e727ac9c8672a417e3d4cc6a45a319a7862.zip
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
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b4e4e64a4..85420590a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>