SONAR-4189 Activate automatically the release profile

This commit is contained in:
Julien HENRY 2013-04-16 17:27:47 +02:00
parent d8d846936c
commit 1f9d60980a

View File

@ -461,6 +461,8 @@
<pushChanges>false</pushChanges>
<mavenExecutorId>forked-path</mavenExecutorId>
<preparationGoals>clean install</preparationGoals>
<!-- SONAR-4189 -->
<arguments>-Prelease</arguments>
</configuration>
</plugin>
<plugin>