summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
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>