Создать Java проект на основе Maven архетипа jee6-sandbox-demo-archetype

Complete demo example using CDI, JSF, JPA and validation showcasing a number of features available in Java EE 6 as well as demonstrating how to make them all work together

Консольная команда для создания Java-проекта на основе архетипа jee6-sandbox-demo-archetype:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.fluttercode.knappsack"   -DarchetypeArtifactId="jee6-sandbox-demo-archetype"   -DarchetypeVersion="1.0.9"   -DinteractiveMode=false 

Подробная информация об архетипе jee6-sandbox-demo-archetype

Группа

Группа

org.fluttercode.knappsack
Идентификатор

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

jee6-sandbox-demo-archetype
Версия

Версия

1.0.9
Тип

Тип

maven-archetype

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.fluttercode.knappsack -DarchetypeArtifactId=jee6-sandbox-demo-archetype -DarchetypeVersion=1.0.9 -DinteractiveMode=false