MVN

net.sf.cathcart : maven-cathcart-plugin

Maven & Gradle

Nov 21, 2009

Cathcart Maven plugin · Checks the values of generated metrics relative to a previous result. For instance you can check that the code coverage rate has not decreased since the previous successful build.

<plugin>
    <groupId>net.sf.cathcart</groupId>
    <artifactId>maven-cathcart-plugin</artifactId>
    <version>0.9.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.cathcart : maven-cathcart-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.9.6

All Versions

Choose a version of net.sf.cathcart : maven-cathcart-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9.x
maven-cathcart-plugin-0.9.6
maven-cathcart-plugin-0.9.5

How to add a plugin to Maven

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

<plugin>
    <groupId>net.sf.cathcart</groupId>
    <artifactId>maven-cathcart-plugin</artifactId>
    <version>0.9.6</version>
</plugin>