diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-14 12:06:25 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-14 12:06:25 +0100 |
commit | 534fc279a64c7b836f39d476d15192999944b9eb (patch) | |
tree | a951aab1b78d65504f022398182d8d68b0858966 /travis.sh | |
parent | d56f6930ac2d9c1402f06df78ac7860e79d2ecc1 (diff) | |
download | sonarqube-534fc279a64c7b836f39d476d15192999944b9eb.tar.gz sonarqube-534fc279a64c7b836f39d476d15192999944b9eb.zip |
Enable Maven profile "release" on master6.3.0.184016.3-RC1
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh index 654c2c5c2a5..a68f7a2de11 100755 --- a/travis.sh +++ b/travis.sh @@ -48,7 +48,7 @@ CI) mvn org.jacoco:jacoco-maven-plugin:prepare-agent deploy sonar:sonar \ $MAVEN_OPTIONS \ - -Pdeploy-sonarsource \ + -Pdeploy-sonarsource,release \ -Dsonar.host.url=$SONAR_HOST_URL \ -Dsonar.login=$SONAR_TOKEN \ -Dsonar.projectVersion=$INITIAL_VERSION |