mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Dname="My-name" -Ddescription="My-description" -DinceptionYear="My-inceptionYear" -DarchetypeGroupId="com.handcraftedbits.archetype" -DarchetypeArtifactId="handcraftedbits-archetype-simple" -DarchetypeVersion="1.0.11" -DinteractiveMode=false
GroupId | GroupIdcom.handcraftedbits.archetype |
---|---|
ArtifactId | ArtifactIdhandcraftedbits-archetype-simple |
Version | Version1.0.11 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.handcraftedbits.archetype -DarchetypeArtifactId=handcraftedbits-archetype-simple -DarchetypeVersion=1.0.11 -DinteractiveMode=false