mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DusesExtras="My-usesExtras" -DarchetypeGroupId="org.debux.webmotion" -DarchetypeArtifactId="webmotion-archetype" -DarchetypeVersion="2.4" -DinteractiveMode=false
GroupId | GroupIdorg.debux.webmotion |
---|---|
ArtifactId | ArtifactIdwebmotion-archetype |
Version | Version2.4 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.debux.webmotion -DarchetypeArtifactId=webmotion-archetype -DarchetypeVersion=2.4 -DinteractiveMode=false