From 3e4c9eeb08699aef5a4561556fc76b3052f10f50 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Fri, 25 Dec 2015 07:53:07 -0800 Subject: [PATCH] Update packaging doc. --- plug-ins/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plug-ins/index.html b/plug-ins/index.html index 4bab28d..a1c97ce 100644 --- a/plug-ins/index.html +++ b/plug-ins/index.html @@ -388,6 +388,15 @@ jcenter { "${kobalt.name}/${kobalt.version}/${kobalt.name}-${kobalt.version}.zip") } +

+ If all you want is upload your project in Maven form, just add the following to the assemble section of your build file: +

+
+  mavenJars {}
+
+

+ This directive is described here and is a shortcut to upload all the files that are required in a Maven repo (jar file, javadocs, source files and POM file). +

The jcenter directive accepts the following parameters: