mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DappName="My-appName" -DarchetypeGroupId="com.github.h0ru5.gwt" -DarchetypeArtifactId="angulargwt-app-archetype" -DarchetypeVersion="1.1.2" -DinteractiveMode=false
| GroupId | GroupIdcom.github.h0ru5.gwt |
|---|---|
| ArtifactId | ArtifactIdangulargwt-app-archetype |
| Version | Version1.1.2 |
| Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.github.h0ru5.gwt -DarchetypeArtifactId=angulargwt-app-archetype -DarchetypeVersion=1.1.2 -DinteractiveMode=false