From ae5d0712f876ce53c7fe60facd9754977ae08123 Mon Sep 17 00:00:00 2001
From: Cedric Beust
+$ ./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") }