aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanos Gyerik <janos.gyerik+windows@sonarsource.com>2017-03-24 16:11:08 +0100
committerJanos Gyerik <janos.gyerik+windows@sonarsource.com>2017-03-24 16:27:59 +0100
commitab646a451062935cc9d9b32fbe80e3c489262230 (patch)
tree87cff469dd75f0f27d874723de2f336174cfe98e
parentdd3267f324644b9803ca0bd303eb7bef2594c92a (diff)
downloadsonar-scanner-cli-ab646a451062935cc9d9b32fbe80e3c489262230.tar.gz
sonar-scanner-cli-ab646a451062935cc9d9b32fbe80e3c489262230.zip
Enable publication to Bintray3.0.0.702
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 2ecf091..b25c8a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,6 +52,9 @@
<jre.dirname.linux>jre1.8.0_121</jre.dirname.linux>
<jre.dirname.windows>jre1.8.0_121</jre.dirname.windows>
<jre.dirname.macosx>jre1.8.0_121.jre/Contents/Home</jre.dirname.macosx>
+
+ <!-- Release: enable publication to Bintray -->
+ <artifactsToPublish>${project.groupId}:${project.artifactId}:zip</artifactsToPublish>
</properties>
<dependencies>