diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-07-08 16:26:54 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-07-08 16:26:54 +0200 |
commit | 3aef81f42ced57efb58dacbfb9224f0e66ca7e8d (patch) | |
tree | 7dfa648f0b91705f65d02c62274bd7682ffe3a0e /pom.xml | |
parent | 005b7dc5dbac537e00a3c57a720e473e34dc37d3 (diff) | |
download | sonarqube-3aef81f42ced57efb58dacbfb9224f0e66ca7e8d.tar.gz sonarqube-3aef81f42ced57efb58dacbfb9224f0e66ca7e8d.zip |
Add the goal 'deploy' to maven release plugin
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -378,6 +378,7 @@ <autoVersionSubmodules>true</autoVersionSubmodules> <localCheckout>true</localCheckout> <pushChanges>false</pushChanges> + <goals>deploy</goals> </configuration> </plugin> <plugin> |