aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-01-10 22:07:41 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-01-11 11:20:46 +0100
commit2bf0ea6b3fcaaa98d6590065a8ee3e048b95b6b6 (patch)
treec98278ce1891b74b7af59929e78e3f0ce174338f /pom.xml
parent3eda196582cc424b9c207f1424d7188f959d642c (diff)
downloadsonarqube-2bf0ea6b3fcaaa98d6590065a8ee3e048b95b6b6.tar.gz
sonarqube-2bf0ea6b3fcaaa98d6590065a8ee3e048b95b6b6.zip
Drop unused maven extension wagon-webdav
Artifacts are now deployed by Artifactory maven plugin, not through webdav.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 61002e73d98..cf0078741b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,11 +87,6 @@
<build>
<extensions>
<extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-webdav</artifactId>
- <version>1.0-beta-2</version>
- </extension>
- <extension>
<groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId>
<version>1.4.1.Final</version>