MVN

org.wetator.maven : wetator-maven-plugin

Maven & Gradle

Aug 19, 2022
2 stars

wetator-maven-plugin Maven Plugin · Plugin to run Wetator tests with Maven. The Wetator homepage: http://www.wetator.org

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

Latest Version

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

  • Latest Stable: 2.4.0

All Versions

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

Version Vulnerabilities Updated
2.4.x
wetator-maven-plugin-2.4.0
2.3.x
wetator-maven-plugin-2.3.0
2.2.x
wetator-maven-plugin-2.2.0
2.1.x
wetator-maven-plugin-2.1.1
wetator-maven-plugin-2.1.1-SNASPSHOT
wetator-maven-plugin-2.1.0
1.17.x
wetator-maven-plugin-1.17.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.wetator.maven</groupId>
    <artifactId>wetator-maven-plugin</artifactId>
    <version>2.4.0</version>
</plugin>