MVN

org.forwoods : messagematch-maven-plugin

Maven & Gradle

Nov 18, 2022
0 stars

Message match currency plugin · Asserts that all APIS defined by swagger have message test specs and all defined message specs are tested. This is to ensure that the API as documented matches the implementation

<plugin>
    <groupId>org.forwoods</groupId>
    <artifactId>messagematch-maven-plugin</artifactId>
    <version>0.1.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.5

All Versions

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

Version Vulnerabilities Updated
0.1.x
messagematch-maven-plugin-0.1.5
messagematch-maven-plugin-0.1.3
messagematch-maven-plugin-0.1.2
messagematch-maven-plugin-0.1.1
messagematch-maven-plugin-0.1.0
0.0.x
messagematch-maven-plugin-0.0.4
messagematch-maven-plugin-0.0.3
messagematch-maven-plugin-0.0.2

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.forwoods</groupId>
    <artifactId>messagematch-maven-plugin</artifactId>
    <version>0.1.5</version>
</plugin>

Advertisement