fbp-maven-plugin Maven Mojo

A maven plugin for generating FindBugs *.fbp files from a pom

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.mebigfatguy.fbp-maven-plugin
ArtifactId

ArtifactId

fbp-maven-plugin
Last Version

Last Version

0.4.1
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

fbp-maven-plugin Maven Mojo
A maven plugin for generating FindBugs *.fbp files from a pom
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

https://github.com/mebigfatguy/fbp-maven-plugin/

Download fbp-maven-plugin

How to add to project

<plugin>
    <groupId>com.mebigfatguy.fbp-maven-plugin</groupId>
    <artifactId>fbp-maven-plugin</artifactId>
    <version>0.4.1</version>
</plugin>

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.5.0
org.apache.maven : maven-core jar 3.5.0
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

fbp-maven-plugin

a plugin that generates FindBugs project files (fbp) from a maven project

To use:

  1. download this jar to your local maven repository.
  2. edit your settings.xml and add
  	<pluginGroups>
	      <pluginGroup>com.mebigfatguy.fbp-maven-plugin</pluginGroup>
	 </pluginGroups>
  1. run mvn fbp:fbp

Available at maven central with coordinates

GroupId com.mebigfatguy.fbp-maven-plugin
ArtifactId fbp-maven-plugin
 Version 0.4.1

Versions

Version
0.4.1
0.4.0
0.2.0