Add Findbugs reporting
This commit is contained in:
parent
0395022ba3
commit
aac062cdfe
1 changed files with 10 additions and 0 deletions
10
api/pom.xml
10
api/pom.xml
|
@ -74,4 +74,14 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<reporting>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>findbugs-maven-plugin</artifactId>
|
||||
<version>3.0.5</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
</project>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue