Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 1008 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 1008 Bytes

OpenCollective OpenCollective

Maven Central Build Status

Cucumber Archetype

This is a Maven Archetype for setting up an empty Cucumber project. Used by the the 10-Minute Cucumber Tutorial.

mvn archetype:generate                                  \
  -DarchetypeGroupId=io.cucumber                        \
  -DarchetypeArtifactId=cucumber-archetype              \
  -DarchetypeVersion=5.0.0.0                            \