aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-02-14 12:06:25 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-02-14 12:06:25 +0100
commit534fc279a64c7b836f39d476d15192999944b9eb (patch)
treea951aab1b78d65504f022398182d8d68b0858966 /travis.sh
parentd56f6930ac2d9c1402f06df78ac7860e79d2ecc1 (diff)
downloadsonarqube-534fc279a64c7b836f39d476d15192999944b9eb.tar.gz
sonarqube-534fc279a64c7b836f39d476d15192999944b9eb.zip
Enable Maven profile "release" on master6.3.0.184016.3-RC1
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh2
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