aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-07-13 10:07:51 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2011-07-13 10:07:51 +0200
commitbeee0702b94ea25333b7f8926c26a4f5929e7f00 (patch)
treeffe98ceca50a044a98719d82a284dda428cbb0bf /pom.xml
parenta131f472794e535183ece8c3a163dd5d1de7a839 (diff)
downloadsonarqube-beee0702b94ea25333b7f8926c26a4f5929e7f00.tar.gz
sonarqube-beee0702b94ea25333b7f8926c26a4f5929e7f00.zip
Allow to configure url of maven snapshot repository
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 93f2612b0ee..2f02f9020e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,13 +62,14 @@
<distributionManagement>
<repository>
- <id>codehaus.org</id>
+ <id>codehaus-releases</id>
<url>dav:https://dav.codehaus.org/repository/sonar</url>
<uniqueVersion>false</uniqueVersion>
</repository>
<snapshotRepository>
- <id>codehaus.org</id>
- <url>dav:https://dav.codehaus.org/snapshots.repository/sonar</url>
+ <id>sonar-snapshots</id>
+ <!-- value for Codehaus : dav:https://dav.codehaus.org/snapshots.repository/sonar -->
+ <url>${sonar.snapshotRepository.url}</url>
<uniqueVersion>false</uniqueVersion>
</snapshotRepository>
</distributionManagement>