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

Generates Sample Aerial projects

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.6.1"   -DinteractiveMode=false 

Details about maven archetype aerial-cucumber-junit-archetype

License

License

GroupId

GroupId

com.github.mkolisnyk
ArtifactId

ArtifactId

aerial-cucumber-junit-archetype
Version

Version

0.0.6.1
Type

Type

maven-archetype
Description

Description

Generates Sample Aerial projects

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.6.1 -DinteractiveMode=false

Dependencies

compile (4)

Group / Artifact Type Version
org.codehaus.plexus : plexus-utils jar 3.0.1
org.apache.maven : maven-plugin-api jar 2.0
org.apache.maven.reporting : maven-reporting-api jar 2.0.8
org.apache.maven.reporting : maven-reporting-impl jar 2.0.4.3

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.