mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.github.pandafw" -DarchetypeArtifactId="panda-archtype-webapp" -DarchetypeVersion="1.7.0" -DinteractiveMode=false
GroupId | GroupIdcom.github.pandafw |
---|---|
ArtifactId | ArtifactIdpanda-archtype-webapp |
Version | Version1.7.0 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.github.pandafw -DarchetypeArtifactId=panda-archtype-webapp -DarchetypeVersion=1.7.0 -DinteractiveMode=false