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

An archetype which creates an empty Scalate web application

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

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

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

Группа

Группа

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

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

scalate-archetype-jersey
Версия

Версия

1.4.1
Тип

Тип

maven-archetype

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

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