Create Java project with Maven archetype thucydides-jbehave-archetype

Thucydides automated acceptance testing project using Selenium 2, JUnit and JBehave

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="net.thucydides"   -DarchetypeArtifactId="thucydides-jbehave-archetype"   -DarchetypeVersion="0.9.268"   -DinteractiveMode=false 

Details about maven archetype thucydides-jbehave-archetype

License

License

GroupId

GroupId

net.thucydides
ArtifactId

ArtifactId

thucydides-jbehave-archetype
Version

Version

0.9.268
Type

Type

maven-archetype
Description

Description

thucydides-jbehave-archetype
Thucydides automated acceptance testing project using Selenium 2, JUnit and JBehave
Project Organization

Project Organization

Wakaleo Consulting

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.thucydides -DarchetypeArtifactId=thucydides-jbehave-archetype -DarchetypeVersion=0.9.268 -DinteractiveMode=false

Dependencies

compile (2)

Group / Artifact Type Version
com.google.inject : guice jar 3.0
org.slf4j : slf4j-api jar 1.6.4

test (10)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.0.13
junit : junit jar 4.11
org.hamcrest : hamcrest-integration jar 1.3
org.hamcrest : hamcrest-library jar 1.3
org.hamcrest : hamcrest-core jar 1.3
org.mockito : mockito-all jar 1.9.0
org.spockframework : spock-core jar 0.7-groovy-2.0
com.github.goldin : spock-extensions jar 0.1.4
org.codehaus.groovy : groovy-all jar 2.3.3
org.easytesting : fest-assert jar 1.4

Project Modules

There are no modules declared in this project.