mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.seedstack" -DarchetypeArtifactId="rest-archetype" -DarchetypeVersion="15.11.3" -DinteractiveMode=false
| GroupId | GroupIdorg.seedstack |
|---|---|
| ArtifactId | ArtifactIdrest-archetype |
| Version | Version15.11.3 |
| Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.seedstack -DarchetypeArtifactId=rest-archetype -DarchetypeVersion=15.11.3 -DinteractiveMode=false