MVN

com.github.mkolisnyk : cucumber-reporting-maven-plugin

Maven & Gradle

Sep 28, 2018
76 stars

Cucumber Reporting Maven Plugin · Maven plugin responsible for extended reports generation.

<plugin>
    <groupId>com.github.mkolisnyk</groupId>
    <artifactId>cucumber-reporting-maven-plugin</artifactId>
    <version>1.3.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mkolisnyk : cucumber-reporting-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.3.5

All Versions

Choose a version of com.github.mkolisnyk : cucumber-reporting-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
cucumber-reporting-maven-plugin-1.3.5
cucumber-reporting-maven-plugin-1.3.4
cucumber-reporting-maven-plugin-1.3.3
cucumber-reporting-maven-plugin-1.3.2
cucumber-reporting-maven-plugin-1.3.1
1.3
cucumber-reporting-maven-plugin-1.3
1.2
cucumber-reporting-maven-plugin-1.2
1.1
cucumber-reporting-maven-plugin-1.1
1.0.x
cucumber-reporting-maven-plugin-1.0.11
cucumber-reporting-maven-plugin-1.0.10
cucumber-reporting-maven-plugin-1.0.9
cucumber-reporting-maven-plugin-1.0.8

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.mkolisnyk</groupId>
    <artifactId>cucumber-reporting-maven-plugin</artifactId>
    <version>1.3.5</version>
</plugin>

Advertisement