]> source.dussan.org Git - sonarqube.git/commitdiff
Apply release profile also on internal PR
authorJulien HENRY <julien.henry@sonarsource.com>
Mon, 26 Feb 2018 15:12:36 +0000 (16:12 +0100)
committerJulien HENRY <julien.henry@sonarsource.com>
Mon, 26 Feb 2018 15:12:36 +0000 (16:12 +0100)
travis.sh

index 644a0aea77c96703dcc2ab897987d790f1138593..5a3fa3944067a00189d7b0e6fdf16931c01e82bb 100755 (executable)
--- a/travis.sh
+++ b/travis.sh
@@ -189,7 +189,7 @@ BUILD)
     mvn org.jacoco:jacoco-maven-plugin:prepare-agent deploy \
         $MAVEN_ARGS \
         -Dsource.skip=true \
-        -Pdeploy-sonarsource
+        -Pdeploy-sonarsource,release
 
     # TODO remove the sonar.pullrequest.github.* settings after sonar-core-plugins 7.1.0.330 is deployed on Next
     mvn sonar:sonar \