mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
maven pom importing
This commit is contained in:
parent
ac7215ac12
commit
5f739035e0
6 changed files with 216 additions and 3 deletions
|
@ -2,7 +2,12 @@ import com.beust.kobalt.*
|
|||
import com.beust.kobalt.plugin.packaging.assemble
|
||||
{{imports}}
|
||||
|
||||
{{#properties}}
|
||||
val {{first}} = {{second}}
|
||||
{{/properties}}
|
||||
|
||||
val p = {{directive}} {
|
||||
|
||||
name = "{{name}}"
|
||||
group = "{{group}}"
|
||||
artifactId = name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue