Создать Java проект на основе Maven архетипа turbine-webapp-4.0

This archetype sets up a web application project based on Apache Turbine 4.0M1

Консольная команда для создания Java-проекта на основе архетипа turbine-webapp-4.0:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dturbine_app_name="My-turbine_app_name"   -Dturbine_intake_file="My-turbine_intake_file"   -Dturbine_database_name="My-turbine_database_name"   -Dturbine_database_adapter="My-turbine_database_adapter"   -Dturbine_database_jndipath="My-turbine_database_jndipath"   -DarchetypeGroupId="org.apache.turbine"   -DarchetypeArtifactId="turbine-webapp-4.0"   -DarchetypeVersion="1.0.0"   -DinteractiveMode=false 

Обязательные параметры для создания java проекта:

turbine_app_name
validationRegex: нет
turbine_intake_file
validationRegex: нет
turbine_database_name
validationRegex: нет
turbine_database_adapter
validationRegex: нет
turbine_database_jndipath
validationRegex: нет

Подробная информация об архетипе turbine-webapp-4.0

Группа

Группа

org.apache.turbine
Идентификатор

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

turbine-webapp-4.0
Версия

Версия

1.0.0
Тип

Тип

maven-archetype

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.turbine -DarchetypeArtifactId=turbine-webapp-4.0 -DarchetypeVersion=1.0.0 -DinteractiveMode=false