diff --git a/plug-ins/index.html b/plug-ins/index.html index b035040..09074bb 100644 --- a/plug-ins/index.html +++ b/plug-ins/index.html @@ -395,9 +395,10 @@ assemble {

Publishing

- The Publishing plug-in lets you upload files to JCenter. These files can be either generic ones (e.g. a zip file, a README, etc...) or a Maven-compatible form of your project. + The Publishing plug-in lets you upload files to JCenter and Github. These files can be either generic ones (e.g. a zip file, a README, etc...) or a Maven-compatible form of your project.

+

JCenter

Before you can upload, you need to create a file local.properties in the root directory of your project with the following keys:

@@ -444,9 +445,11 @@ jcenter { The jcenter directive accepts the following parameters:

-
publish
+
publish (false)
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 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.