aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGodin <mandrikov@gmail.com>2010-11-25 18:20:41 +0000
committerGodin <mandrikov@gmail.com>2010-11-25 18:20:41 +0000
commite1749bbe2dc935801ebc9aa3d66f83ac03c767da (patch)
treec25b2a6dcecd54e321dde0d9c46fcfa3bcd05aab /pom.xml
parentdfb53e555565a7fbde113db0cccc93826d1f96a0 (diff)
downloadsonarqube-e1749bbe2dc935801ebc9aa3d66f83ac03c767da.tar.gz
sonarqube-e1749bbe2dc935801ebc9aa3d66f83ac03c767da.zip
Deployment should produce correct checksums
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0a14936c4d1..efeb1f81b41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,6 +92,14 @@
</properties>
<build>
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-webdav</artifactId>
+ <version>1.0-beta-2</version>
+ </extension>
+ </extensions>
+
<pluginManagement>
<!-- Plugins ordered by shortname (archetype, assembly ...) -->
<plugins>