diff --git a/plug-ins/index.html b/plug-ins/index.html
index 2f60d3a..673bba6 100644
--- a/plug-ins/index.html
+++ b/plug-ins/index.html
@@ -621,14 +621,26 @@ $ ./kobaltw uploadBintray
If true, the uploaded file will be published in your personal space (e.g. https://dl.bintray.com/cbeust/maven
). Once the file is uploaded there, it can be automatically synchronized to JCenter by linking your project to JCenter on the Bintray web site. By default, files are not published.
sign (false
)
- 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 false
if you are only interested in uploading to JCenter.
+ If true, sign the files with GnuPG (gpg). This is only required if you plan to later synchronize these files from JCenter to Maven Central. Keep this to false
if 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.
+ name
+ The package name on Bintray, if different than the project name.
description
The description of the current version.
+ issueTrackerUrl
+ The URL to an issue-tracking system where fellow developers can follow and help you solve bugs and defects.
vcsTag
The VCS tag for the current version.
+
+ If there is a need to specify some of the OpenPGP key information when signing, it can be stored in the local.properties
file as follows:
+
+
+gpg.keyId=24875D73
+gpg.password=secret
+gpg.secretKeyRingFile=/Users/me/.gnupg/secring.gpg
+
Configuring your POM file