diff --git a/documentation/index.html b/documentation/index.html index 86eed20..3f45bd7 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -288,7 +288,7 @@ Build this project with `./kobaltw assemble` Kobalt just generated a full project that will create a simple Kobalt plug-in. This plug-in adds a simple task to Kobalt, so let's build it and test it:
-+$ ./kobaltw assemble ----- kobalt-line-count:compile ----- kobalt-line-count:assemble @@ -301,7 +301,7 @@ BUILD SUCCESSFUL (5 seconds)We can test this plug-in with another useful command line parameter:--pluginJarFiles
. You give this parameter a comma-separated list of jar files, each of which is expected to be a Kobalt plug-in. Let's invoke Kobalt with it and ask for a list of available tasks (some of the output was elided): -+$ ./kobaltw --pluginJarFiles kobaltBuild/libs/kobalt-line-count-0.18.jar --tasks ... ===== kobalt-line-count ===== @@ -613,7 +613,7 @@ test { configuration will create an additional task named"test"
followed by the name of that configuration. For example: -+test { args("-excludegroups", "broken", "src/test/resources/testng.xml") }