aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-08-05 11:20:33 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2011-08-05 11:20:33 +0200
commitc4bffc3596f5d1d9656f1ec09f3eeae6db8e038e (patch)
treec6b9a8f7bf0acd0bf8a437dfbabd79abb132a24a /pom.xml
parent2c68c473da7fc293e12ca50f19380c5118be7ead (diff)
downloadsonarqube-c4bffc3596f5d1d9656f1ec09f3eeae6db8e038e.tar.gz
sonarqube-c4bffc3596f5d1d9656f1ec09f3eeae6db8e038e.zip
Execute the phase 'install' during release:prepare
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 0ae01dbad01..9a634e0864d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -448,6 +448,7 @@
<localCheckout>true</localCheckout>
<pushChanges>false</pushChanges>
<mavenExecutorId>forked-path</mavenExecutorId>
+ <preparationGoals>clean install</preparationGoals>
</configuration>
</plugin>
<plugin>