Создать Java проект на основе Maven архетипа scalate-archetype-guice_2.9

An archetype which creates an empty Scalate Guice web application

Консольная команда для создания Java-проекта на основе архетипа scalate-archetype-guice_2.9:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.fusesource.scalate.tooling"   -DarchetypeArtifactId="scalate-archetype-guice_2.9"   -DarchetypeVersion="1.6.0"   -DinteractiveMode=false 

Подробная информация об архетипе scalate-archetype-guice_2.9

Группа

Группа

org.fusesource.scalate.tooling
Идентификатор

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

scalate-archetype-guice_2.9
Версия

Версия

1.6.0
Тип

Тип

maven-archetype

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.fusesource.scalate.tooling -DarchetypeArtifactId=scalate-archetype-guice_2.9 -DarchetypeVersion=1.6.0 -DinteractiveMode=false