mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.amido.stacks.modules" -DarchetypeArtifactId="stacks-modules-parent-archetype" -DarchetypeVersion="1.0.0-RC5.16-RELEASE" -DinteractiveMode=false
GroupId | GroupIdcom.amido.stacks.modules |
---|---|
ArtifactId | ArtifactIdstacks-modules-parent-archetype |
Version | Version1.0.0-RC5.16-RELEASE |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.amido.stacks.modules -DarchetypeArtifactId=stacks-modules-parent-archetype -DarchetypeVersion=1.0.0-RC5.16-RELEASE -DinteractiveMode=false