MVN

net.rumati.maven.plugins : findbugs-maven-plugin

Maven & Gradle

Mar 28, 2012
1 stars

FindBugs Maven Plugin · A Maven 2 plugin for printing FindBugs static analysis reports.

<plugin>
    <groupId>net.rumati.maven.plugins</groupId>
    <artifactId>findbugs-maven-plugin</artifactId>
    <version>0.2.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.rumati.maven.plugins : findbugs-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.2.1

All Versions

Choose a version of net.rumati.maven.plugins : findbugs-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
findbugs-maven-plugin-0.2.1
findbugs-maven-plugin-0.2.0
0.1.x
findbugs-maven-plugin-0.1.3
findbugs-maven-plugin-0.1.2
findbugs-maven-plugin-0.1.1
findbugs-maven-plugin-0.1.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>net.rumati.maven.plugins</groupId>
    <artifactId>findbugs-maven-plugin</artifactId>
    <version>0.2.1</version>
</plugin>