mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="am.ik.archetype" -DarchetypeArtifactId="elm-spring-boot-blank-archetype" -DarchetypeVersion="0.0.1" -DinteractiveMode=false
GroupId | GroupIdam.ik.archetype |
---|---|
ArtifactId | ArtifactIdelm-spring-boot-blank-archetype |
Version | Version0.0.1 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=am.ik.archetype -DarchetypeArtifactId=elm-spring-boot-blank-archetype -DarchetypeVersion=0.0.1 -DinteractiveMode=false