diff options
author | Maria Odea B. Ching <oching@apache.org> | 2011-04-10 05:01:37 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2011-04-10 05:01:37 +0000 |
commit | 5d860e727ac9c8672a417e3d4cc6a45a319a7862 (patch) | |
tree | 5329ce2ff445aab5bc0acbb6e9b031ebd33bc47e /pom.xml | |
parent | 622d4ecd46de0e48a8233542a89892eedbeefec4 (diff) | |
download | archiva-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.xml | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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> |