diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2013-04-16 17:27:47 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2013-04-16 17:27:47 +0200 |
commit | 1f9d60980a0a13f64807924b48988600dac8a734 (patch) | |
tree | 488b1b151a4c1162559aa1194ae47cfe2b6bc7de /pom.xml | |
parent | d8d846936cb37aafccb672074e3b8ee1d995f608 (diff) | |
download | sonarqube-1f9d60980a0a13f64807924b48988600dac8a734.tar.gz sonarqube-1f9d60980a0a13f64807924b48988600dac8a734.zip |
SONAR-4189 Activate automatically the release profile
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -461,6 +461,8 @@ <pushChanges>false</pushChanges> <mavenExecutorId>forked-path</mavenExecutorId> <preparationGoals>clean install</preparationGoals> + <!-- SONAR-4189 --> + <arguments>-Prelease</arguments> </configuration> </plugin> <plugin> |