Create Java project with Maven archetype aerial-cucumber-junit-archetype


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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.github.mkolisnyk"   -DarchetypeArtifactId="aerial-cucumber-junit-archetype"   -DarchetypeVersion="0.0.4"   -DinteractiveMode=false 

Details about maven archetype aerial-cucumber-junit-archetype

GroupId

GroupId

com.github.mkolisnyk
ArtifactId

ArtifactId

aerial-cucumber-junit-archetype
Version

Version

0.0.4
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.mkolisnyk -DarchetypeArtifactId=aerial-cucumber-junit-archetype -DarchetypeVersion=0.0.4 -DinteractiveMode=false