diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-09-18 16:14:04 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-09-18 16:14:04 +0200 |
commit | b607881d27423430fa57b90a984aaed364697e89 (patch) | |
tree | 2d855ede4726c7b21292fba114b73c91d0547a66 /pom.xml | |
parent | 369306430ce4a0959b0344d837db43faf51182c8 (diff) | |
download | sonarqube-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.xml | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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> |