aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-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>