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 \