mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.conventionsframework" -DarchetypeArtifactId="conventions-archetype" -DarchetypeVersion="1.1.0" -DinteractiveMode=false
| GroupId | GroupIdorg.conventionsframework |
|---|---|
| ArtifactId | ArtifactIdconventions-archetype |
| Version | Version1.1.0 |
| Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.conventionsframework -DarchetypeArtifactId=conventions-archetype -DarchetypeVersion=1.1.0 -DinteractiveMode=false