MVN

com.github.kyleroush : cucumber-generator-plugin

Maven & Gradle

Jan 10, 2019
1 stars

cucumber-maven-plugin Maven Mojo

<plugin>
    <groupId>com.github.kyleroush</groupId>
    <artifactId>cucumber-generator-plugin</artifactId>
    <version>1.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.kyleroush : cucumber-generator-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.4

All Versions

Choose a version of com.github.kyleroush : cucumber-generator-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4
cucumber-generator-plugin-1.4

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.kyleroush</groupId>
    <artifactId>cucumber-generator-plugin</artifactId>
    <version>1.4</version>
</plugin>