mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Dshogun2-parent-package="My-shogun2-parent-package" -Dwebapp-name="My-webapp-name" -DarchetypeGroupId="de.terrestris" -DarchetypeArtifactId="shogun2-webapp-archetype" -DarchetypeVersion="0.1.3" -DinteractiveMode=false
GroupId | GroupIdde.terrestris |
---|---|
ArtifactId | ArtifactIdshogun2-webapp-archetype |
Version | Version0.1.3 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=de.terrestris -DarchetypeArtifactId=shogun2-webapp-archetype -DarchetypeVersion=0.1.3 -DinteractiveMode=false