mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="net.contextfw" -DarchetypeArtifactId="web-quickstart" -DarchetypeVersion="0.8.3" -DinteractiveMode=false
GroupId | GroupIdnet.contextfw |
---|---|
ArtifactId | ArtifactIdweb-quickstart |
Version | Version0.8.3 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=net.contextfw -DarchetypeArtifactId=web-quickstart -DarchetypeVersion=0.8.3 -DinteractiveMode=false