MVN

com.github.hazendaz.spotbugs : spotbugs-maven-plugin

Maven & Gradle

Jul 30, 2017
76 stars

SpotBugs Maven Plugin · This Plug-In generates reports based on the SpotBugs Library

<plugin>
    <groupId>com.github.hazendaz.spotbugs</groupId>
    <artifactId>spotbugs-maven-plugin</artifactId>
    <version>3.0.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hazendaz.spotbugs : spotbugs-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.0.6
  • Latest Release Candidate: 3.1.0-RC4

All Versions

Choose a version of com.github.hazendaz.spotbugs : spotbugs-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1.x
spotbugs-maven-plugin-3.1.0-RC4
3.0.x
spotbugs-maven-plugin-3.0.6
spotbugs-maven-plugin-3.0.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>com.github.hazendaz.spotbugs</groupId>
    <artifactId>spotbugs-maven-plugin</artifactId>
    <version>3.0.6</version>
</plugin>

Advertisement