aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanos Gyerik <janos.gyerik+windows@sonarsource.com>2017-04-13 12:17:35 +0200
committerJanos Gyerik <janos.gyerik+windows@sonarsource.com>2017-04-13 12:17:35 +0200
commit30c98b7d856c973ec2556f98a1e9edb31a008b66 (patch)
tree0c88ae7c738ede989d5768e1a99b5ade61e90c4c
parent25e2a1de8a7a5366913ecd53336fee540e92d3c6 (diff)
downloadsonar-scanner-cli-30c98b7d856c973ec2556f98a1e9edb31a008b66.tar.gz
sonar-scanner-cli-30c98b7d856c973ec2556f98a1e9edb31a008b66.zip
Add self-contained artifacts to publish
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index abaa87f..c552e3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
<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>
+ <artifactsToPublish>${project.groupId}:${project.artifactId}:zip,${project.groupId}:${project.artifactId}:linux:zip,${project.groupId}:${project.artifactId}:windows:zip,${project.groupId}:${project.artifactId}:macosx:zip</artifactsToPublish>
</properties>
<dependencies>