diff options
author | Janos Gyerik <janos.gyerik+windows@sonarsource.com> | 2017-04-13 12:17:35 +0200 |
---|---|---|
committer | Janos Gyerik <janos.gyerik+windows@sonarsource.com> | 2017-04-13 12:17:35 +0200 |
commit | 30c98b7d856c973ec2556f98a1e9edb31a008b66 (patch) | |
tree | 0c88ae7c738ede989d5768e1a99b5ade61e90c4c | |
parent | 25e2a1de8a7a5366913ecd53336fee540e92d3c6 (diff) | |
download | sonar-scanner-cli-30c98b7d856c973ec2556f98a1e9edb31a008b66.tar.gz sonar-scanner-cli-30c98b7d856c973ec2556f98a1e9edb31a008b66.zip |
Add self-contained artifacts to publish
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |