mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.astamuse" -DarchetypeArtifactId="asta4d-archetype" -DarchetypeVersion="0.8.6" -DinteractiveMode=false
GroupId | GroupIdcom.astamuse |
---|---|
ArtifactId | ArtifactIdasta4d-archetype |
Version | Version0.8.6 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.astamuse -DarchetypeArtifactId=asta4d-archetype -DarchetypeVersion=0.8.6 -DinteractiveMode=false