From 888360381da8a9cdbcfb8192187d4178070dae3f Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Fri, 19 Feb 2016 06:36:37 -0800 Subject: [PATCH] Update. --- documentation/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/documentation/index.html b/documentation/index.html index 3a9785d..148c673 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -545,6 +545,20 @@ New versions found: Specify the log level. The default level is 1. Level 0 will quiet everything and 2 and 3 will display increasingly verbose output. + + --plugins + Comma-separated list of plugin id's + + Specify the plug-ins to load. + This is similar to specifying these plug-in id's in a build file except that no build file is needed. + + + --pluginJarFiles + Comma-separated list of plugin jar files + + Specify the plug-ins to load. + This is similar to specifying these plug-in id's in a build file except that no build file is needed. + --resolve Maven id
(e.g. "com.beust:kobalt:0.228")