Create Java project with Maven archetype jbehave-guice-archetype

An archetype to run multiple textual stories configured programmatically but with steps classes composed using Guice.

Create a Java Project by archetype jbehave-guice-archetype with Command Line:

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-guice-archetype"   -DarchetypeVersion="3.4-beta-4"   -DinteractiveMode=false 

Required parameters for generate java project:

jbehave.core.version
validationRegex: none
jbehave.site.version
validationRegex: none

Details about maven archetype jbehave-guice-archetype

GroupId

GroupId

org.jbehave
ArtifactId

ArtifactId

jbehave-guice-archetype
Version

Version

3.4-beta-4
Type

Type

maven-archetype

How to add to project

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