mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Dmodule="My-module" -Dmodule-short-name="My-module-short-name" -DarchetypeGroupId="net.ltgt.gwt.archetypes" -DarchetypeArtifactId="modular-webapp" -DarchetypeVersion="2017.10.20" -DinteractiveMode=false
GroupId | GroupIdnet.ltgt.gwt.archetypes |
---|---|
ArtifactId | ArtifactIdmodular-webapp |
Version | Version2017.10.20 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=net.ltgt.gwt.archetypes -DarchetypeArtifactId=modular-webapp -DarchetypeVersion=2017.10.20 -DinteractiveMode=false