Skip to content

Instantly share code, notes, and snippets.

@ethauvin
Created January 3, 2018 22:42
Show Gist options
  • Save ethauvin/747bdd497c58bea4c89b4c7181d4d1ef to your computer and use it in GitHub Desktop.
Save ethauvin/747bdd497c58bea4c89b4c7181d4d1ef to your computer and use it in GitHub Desktop.
pom2xml 0.1 example
import net.thauvin.erik.kobalt.plugin.pom2xml.*
val bs = buildScript {
plugins("net.thauvin.erik:kobalt-pom2xml:")
}
val p = project {
name = "example"
group = "com.example"
artifactId = name
version = "0.1"
pom2xml {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment