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

An archetype to run multiple textual stories configured programmatically.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Djbehave.core.version="My-jbehave.core.version"   -Djbehave.site.version="My-jbehave.site.version"   -DarchetypeGroupId="org.jbehave"   -DarchetypeArtifactId="jbehave-simple-archetype"   -DarchetypeVersion="3.4-beta-2"   -DinteractiveMode=false 

Обязательные параметры для создания java проекта:

jbehave.core.version
validationRegex: нет
jbehave.site.version
validationRegex: нет

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

Группа

Группа

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

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

jbehave-simple-archetype
Версия

Версия

3.4-beta-2
Тип

Тип

maven-archetype

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.jbehave -DarchetypeArtifactId=jbehave-simple-archetype -DarchetypeVersion=3.4-beta-2 -DinteractiveMode=false