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

Archetype for building TypedRest web applications that can run standalone or be consumed as a library.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.oneandone"   -DarchetypeArtifactId="typedrest-archetype"   -DarchetypeVersion="0.20"   -DinteractiveMode=false 

Модули в готовом maven проекте

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

Группа

Группа

com.oneandone
Идентификатор

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

typedrest-archetype
Версия

Версия

0.20
Тип

Тип

maven-archetype

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.oneandone -DarchetypeArtifactId=typedrest-archetype -DarchetypeVersion=0.20 -DinteractiveMode=false