Browse Source

Add self-contained artifacts to publish

tags/3.0.2.768
Janos Gyerik 7 years ago
parent
commit
30c98b7d85
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      pom.xml

+ 1
- 1
pom.xml View File

@@ -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>

Loading…
Cancel
Save