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-requestfactory" -DarchetypeVersion="2017.10.20" -DinteractiveMode=false
| Группа | Группаnet.ltgt.gwt.archetypes |
|---|---|
| Идентификатор | Идентификаторmodular-requestfactory |
| Версия | Версия2017.10.20 |
| Тип | Типmaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=net.ltgt.gwt.archetypes -DarchetypeArtifactId=modular-requestfactory -DarchetypeVersion=2017.10.20 -DinteractiveMode=false