Added execute task command.

This commit is contained in:
Erik C. Thauvin 2018-01-03 13:57:27 -08:00
parent 519fe1f892
commit 9855cc4525

View file

@ -26,6 +26,12 @@ val p = project {
}
```
To invoke the `pom2xml` task:
```sh
./kobaltw pom2xml
```
The `pom.xml` file will be created in the project's directory.
[View Example](https://github.com/ethauvin/kobalt-pom2xml/blob/master/example/kobalt/src/Build.kt)