Создать Java проект на основе Maven архетипа appfuse-modular-struts-archetype

AppFuse Archetype

Консольная команда для создания Java-проекта на основе архетипа appfuse-modular-struts-archetype:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.appfuse.archetypes"   -DarchetypeArtifactId="appfuse-modular-struts-archetype"   -DarchetypeVersion="2.1.0"   -DinteractiveMode=false 

Модули в готовом maven проекте

  • core
  • web

Подробная информация об архетипе appfuse-modular-struts-archetype

Группа

Группа

org.appfuse.archetypes
Идентификатор

Идентификатор

appfuse-modular-struts-archetype
Версия

Версия

2.1.0
Тип

Тип

maven-archetype

Как подключить последнюю версию

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-modular-struts-archetype -DarchetypeVersion=2.1.0 -DinteractiveMode=false