Create Java project with Maven archetype serenity-jbehave-archetype

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

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

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

Details about maven archetype serenity-jbehave-archetype

License

License

GroupId

GroupId

net.serenity-bdd
ArtifactId

ArtifactId

serenity-jbehave-archetype
Version

Version

2.3.2
Type

Type

maven-archetype
Description

Description

Serenity JBehave Archetype
Serenity 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.serenity-bdd -DarchetypeArtifactId=serenity-jbehave-archetype -DarchetypeVersion=2.3.2 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.