aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2013-04-16 17:27:47 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2013-04-16 17:27:47 +0200
commit1f9d60980a0a13f64807924b48988600dac8a734 (patch)
tree488b1b151a4c1162559aa1194ae47cfe2b6bc7de /pom.xml
parentd8d846936cb37aafccb672074e3b8ee1d995f608 (diff)
downloadsonarqube-1f9d60980a0a13f64807924b48988600dac8a734.tar.gz
sonarqube-1f9d60980a0a13f64807924b48988600dac8a734.zip
SONAR-4189 Activate automatically the release profile
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index df4d49b726f..c421985a834 100644
--- a/pom.xml
+++ b/pom.xml
@@ -461,6 +461,8 @@
<pushChanges>false</pushChanges>
<mavenExecutorId>forked-path</mavenExecutorId>
<preparationGoals>clean install</preparationGoals>
+ <!-- SONAR-4189 -->
+ <arguments>-Prelease</arguments>
</configuration>
</plugin>
<plugin>