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

Maven Archetype for creating cucumber projects, featuring Java and JUnit

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="me.alb-i986.cucumber"   -DarchetypeArtifactId="cucumber-java-junit-archetype"   -DarchetypeVersion="1.2.4"   -DinteractiveMode=false 

Details about maven archetype cucumber-java-junit-archetype

License

License

GroupId

GroupId

me.alb-i986.cucumber
ArtifactId

ArtifactId

cucumber-java-junit-archetype
Version

Version

1.2.4
Type

Type

maven-archetype
Description

Description

cucumber-java-junit-archetype
Maven Archetype for creating cucumber projects, featuring Java and JUnit
Project URL

Project URL

https://github.com/alb-i986/cucumber-java-junit-archetype
Source Code Management

Source Code Management

https://github.com/alb-i986/cucumber-java-junit-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=me.alb-i986.cucumber -DarchetypeArtifactId=cucumber-java-junit-archetype -DarchetypeVersion=1.2.4 -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.