]> source.dussan.org Git - sonar-scanner-cli.git/commitdiff
Add self-contained artifacts to publish
authorJanos Gyerik <janos.gyerik+windows@sonarsource.com>
Thu, 13 Apr 2017 10:17:35 +0000 (12:17 +0200)
committerJanos Gyerik <janos.gyerik+windows@sonarsource.com>
Thu, 13 Apr 2017 10:17:35 +0000 (12:17 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index abaa87f5ace7ce9c4aae533925f8626bff1c1f49..c552e3a131ecb191645a7c356e15d8bd4bf5e485 100644 (file)
--- 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>