diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-08-05 11:20:33 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-08-05 11:20:33 +0200 |
commit | c4bffc3596f5d1d9656f1ec09f3eeae6db8e038e (patch) | |
tree | c6b9a8f7bf0acd0bf8a437dfbabd79abb132a24a /pom.xml | |
parent | 2c68c473da7fc293e12ca50f19380c5118be7ead (diff) | |
download | sonarqube-c4bffc3596f5d1d9656f1ec09f3eeae6db8e038e.tar.gz sonarqube-c4bffc3596f5d1d9656f1ec09f3eeae6db8e038e.zip |
Execute the phase 'install' during release:prepare
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -448,6 +448,7 @@ <localCheckout>true</localCheckout> <pushChanges>false</pushChanges> <mavenExecutorId>forked-path</mavenExecutorId> + <preparationGoals>clean install</preparationGoals> </configuration> </plugin> <plugin> |