]> source.dussan.org Git - archiva.git/commitdiff
moved codehaus snapshots repo inside a profile
authorMaria Odea B. Ching <oching@apache.org>
Tue, 29 Jul 2008 00:00:26 +0000 (00:00 +0000)
committerMaria Odea B. Ching <oching@apache.org>
Tue, 29 Jul 2008 00:00:26 +0000 (00:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@680573 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 004fbff0ee2b195378e11a391a11b46ec562beeb..d3a2c8591dac52cc92f412162f88bff6ea6361c4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         </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>