Create Java project with Maven archetype serenity-junit-archetype

Serenity automated acceptance testing project using Selenium 2 and JUnit

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

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

Details about maven archetype serenity-junit-archetype

GroupId

GroupId

net.serenity-bdd
ArtifactId

ArtifactId

serenity-junit-archetype
Version

Version

1.0.7
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.serenity-bdd -DarchetypeArtifactId=serenity-junit-archetype -DarchetypeVersion=1.0.7 -DinteractiveMode=false