Added execute task command.
This commit is contained in:
parent
519fe1f892
commit
9855cc4525
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
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)
|
[View Example](https://github.com/ethauvin/kobalt-pom2xml/blob/master/example/kobalt/src/Build.kt)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue