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

Structr is an open source framework based on the popular Neo4j graph database.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.structr"   -DarchetypeArtifactId="structr-base-archetype"   -DarchetypeVersion="0.8.2"   -DinteractiveMode=false 

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

Группа

Группа

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

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

structr-base-archetype
Версия

Версия

0.8.2
Тип

Тип

maven-archetype

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.structr -DarchetypeArtifactId=structr-base-archetype -DarchetypeVersion=0.8.2 -DinteractiveMode=false