MVN

org.substeps : substeps-maven-plugin

Maven & Gradle

Oct 09, 2019
1 usages
5 stars

SubSteps Maven Plugin · A maven plugin for the substeps BDD framework

<plugin>
    <groupId>org.substeps</groupId>
    <artifactId>substeps-maven-plugin</artifactId>
    <version>1.1.8</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.substeps : substeps-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.8

All Versions

Choose a version of org.substeps : substeps-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
substeps-maven-plugin-1.1.8
substeps-maven-plugin-1.1.7
substeps-maven-plugin-1.1.6
substeps-maven-plugin-1.1.5
substeps-maven-plugin-1.1.4
substeps-maven-plugin-1.1.3
substeps-maven-plugin-1.1.2
substeps-maven-plugin-1.1.1
substeps-maven-plugin-1.1.0
1.0.x
substeps-maven-plugin-1.0.5
substeps-maven-plugin-1.0.4
substeps-maven-plugin-1.0.3
substeps-maven-plugin-1.0.1
substeps-maven-plugin-1.0.0

How to add a plugin to Maven

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

<plugin>
    <groupId>org.substeps</groupId>
    <artifactId>substeps-maven-plugin</artifactId>
    <version>1.1.8</version>
</plugin>

Advertisement