From: Julien HENRY Date: Mon, 26 Feb 2018 15:12:36 +0000 (+0100) Subject: Apply release profile also on internal PR X-Git-Tag: 7.5~1629 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1fb04a27673f0ed8f89c6a5cd09372c3e8b9ff96;p=sonarqube.git Apply release profile also on internal PR --- diff --git a/travis.sh b/travis.sh index 644a0aea77c..5a3fa394406 100755 --- 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 \