From 534fc279a64c7b836f39d476d15192999944b9eb Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 14 Feb 2017 12:06:25 +0100 Subject: Enable Maven profile "release" on master --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'travis.sh') 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 -- cgit v1.2.3