aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-09-18 16:14:04 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-09-18 16:14:04 +0200
commitb607881d27423430fa57b90a984aaed364697e89 (patch)
tree2d855ede4726c7b21292fba114b73c91d0547a66 /pom.xml
parent369306430ce4a0959b0344d837db43faf51182c8 (diff)
downloadsonarqube-b607881d27423430fa57b90a984aaed364697e89.tar.gz
sonarqube-b607881d27423430fa57b90a984aaed364697e89.zip
Remove maven property sonar.snapshotRepository.url (which was set to codehaus)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index fd58a84439b..25a65615711 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,11 +49,6 @@
<name>Sonatype Release Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
- <snapshotRepository>
- <id>sonar-snapshots</id>
- <url>${sonar.snapshotRepository.url}</url>
- <uniqueVersion>false</uniqueVersion>
- </snapshotRepository>
</distributionManagement>
<prerequisites>
@@ -89,7 +84,6 @@
<version.maven-license.plugin>1.9.0</version.maven-license.plugin>
<skipSanityChecks>false</skipSanityChecks>
- <sonar.snapshotRepository.url>dav:https://dav.codehaus.org/snapshots.repository/sonar</sonar.snapshotRepository.url>
<argLine>-Xmx512m -Djava.awt.headless=true -XX:MaxPermSize=160m</argLine>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
</properties>