From 86d94494235a8b7034b4995e5602976f372ccc06 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Wed, 8 Mar 2017 15:54:40 -0800 Subject: [PATCH] Document description/vcsTag --- plug-ins/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plug-ins/index.html b/plug-ins/index.html index 8ffc7f4..aa05d9e 100644 --- a/plug-ins/index.html +++ b/plug-ins/index.html @@ -554,6 +554,10 @@ $ ./kobaltw uploadBintray
If true, sign the files with GPG. This is only required if you plan to later synchronize these files from JCenter to Maven Central. Keep this to falseif you are only interested in uploading to JCenter.
file
The first parameter is the file you want to upload and the second one is the path where it will be uploaded to.
+
description
+
The description of the current version.
+
vcsTag
+
The VCS tag for the current version.

Configuring your POM file