mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="net.miob.maven" -DarchetypeArtifactId="kotlin-archetype" -DarchetypeVersion="1.0" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdnet.miob.maven |
ArtifactId | ArtifactIdkotlin-archetype |
Version | Version1.0 |
Type | Typemaven-archetype |
Description |
Descriptionnet.miob.maven:kotlin-archetype
A maven quick start archetype for kotlin projects.
|
Project URL |
Project URL |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=net.miob.maven -DarchetypeArtifactId=kotlin-archetype -DarchetypeVersion=1.0 -DinteractiveMode=false