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

Entando sample web app Archetype: an agile, modern and user-centric open source web app like platform.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.entando.entando"   -DarchetypeArtifactId="entando-archetype-entando-sample"   -DarchetypeVersion="5.0.2"   -DinteractiveMode=false 

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

Группа

Группа

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

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

entando-archetype-entando-sample
Версия

Версия

5.0.2
Тип

Тип

maven-archetype

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.entando.entando -DarchetypeArtifactId=entando-archetype-entando-sample -DarchetypeVersion=5.0.2 -DinteractiveMode=false