MVN

net.sf.logdistiller : maven-statcvs-plugin

Maven & Gradle

Nov 02, 2009

Maven 2 StatCvs Plugin · A Maven 2 plugin to generate statistics about CVS usage using StatCvs-XML.

<plugin>
    <groupId>net.sf.logdistiller</groupId>
    <artifactId>maven-statcvs-plugin</artifactId>
    <version>3.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.1

All Versions

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

Version Vulnerabilities Updated
3.1
maven-statcvs-plugin-3.1

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.logdistiller</groupId>
    <artifactId>maven-statcvs-plugin</artifactId>
    <version>3.1</version>
</plugin>