mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="net.osgiliath.archetypes" -DarchetypeArtifactId="net.osgiliath.archetype.ui" -DarchetypeVersion="0.1.5" -DinteractiveMode=false
GroupId | GroupIdnet.osgiliath.archetypes |
---|---|
ArtifactId | ArtifactIdnet.osgiliath.archetype.ui |
Version | Version0.1.5 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=net.osgiliath.archetypes -DarchetypeArtifactId=net.osgiliath.archetype.ui -DarchetypeVersion=0.1.5 -DinteractiveMode=false