aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-07-08 16:26:54 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2011-07-08 16:26:54 +0200
commit3aef81f42ced57efb58dacbfb9224f0e66ca7e8d (patch)
tree7dfa648f0b91705f65d02c62274bd7682ffe3a0e /pom.xml
parent005b7dc5dbac537e00a3c57a720e473e34dc37d3 (diff)
downloadsonarqube-3aef81f42ced57efb58dacbfb9224f0e66ca7e8d.tar.gz
sonarqube-3aef81f42ced57efb58dacbfb9224f0e66ca7e8d.zip
Add the goal 'deploy' to maven release plugin
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 5e43e693a05..ac3602411f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -378,6 +378,7 @@
<autoVersionSubmodules>true</autoVersionSubmodules>
<localCheckout>true</localCheckout>
<pushChanges>false</pushChanges>
+ <goals>deploy</goals>
</configuration>
</plugin>
<plugin>