1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-25 20:07:11 -07:00
This commit is contained in:
Cedric Beust 2016-02-20 11:29:43 -08:00
parent 08b3d95ea4
commit ae5d0712f8

View file

@ -301,7 +301,7 @@ BUILD SUCCESSFUL (5 seconds)</pre>
We can test this plug-in with another useful command line parameter: <code>--pluginJarFiles</code>. 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):
</p>
<pre>
<pre class="brush:plain">
$ ./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 <code>"test"</code> followed by the name of
that configuration. For example:
</p>
<pre>
<pre class="brush:java">
test {
args("-excludegroups", "broken", "src/test/resources/testng.xml")
}