mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.appfuse.archetypes" -DarchetypeArtifactId="appfuse-modular-jsf-archetype" -DarchetypeVersion="2.1.0-M2" -DinteractiveMode=false
| Группа | Группаorg.appfuse.archetypes |
|---|---|
| Идентификатор | Идентификаторappfuse-modular-jsf-archetype |
| Версия | Версия2.1.0-M2 |
| Тип | Типmaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-modular-jsf-archetype -DarchetypeVersion=2.1.0-M2 -DinteractiveMode=false