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: