]> source.dussan.org Git - archiva.git/commitdiff
temporarily added redback snapshots repo while not yet configured in vmbuild
authorMaria Odea B. Ching <oching@apache.org>
Sun, 10 Apr 2011 05:01:37 +0000 (05:01 +0000)
committerMaria Odea B. Ching <oching@apache.org>
Sun, 10 Apr 2011 05:01:37 +0000 (05:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1090740 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index b4e4e64a4a61f8938ea8c4cdc12d68990e38fef4..85420590af62a61573fedf8151ae8de98a39952d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         </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>