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

An archetype which creates an empty Scalate Guice web application

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

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

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

Группа

Группа

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

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

scalate-archetype-guice
Версия

Версия

1.5.2
Тип

Тип

maven-archetype

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

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