Skip to content

Commit

Permalink
pom: enable spotbugs plugin
Browse files Browse the repository at this point in the history
Motivation:
as findbugs is dead move to the successor

https://mailman.cs.umd.edu/pipermail/findbugs-discuss/2017-September/004383.html

Modification:
enable spotbugs plugin that can be activated by:
```
mvn spotbugs:spotbugs
```

Result:
use up-to-date static code analysis tool

Acked-by: Paul Millar
Target: master
  • Loading branch information
kofemann committed Jul 8, 2019
1 parent 9255664 commit e60e607
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -160,6 +160,11 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>3.1.12</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
Expand Down

0 comments on commit e60e607

Please sign in to comment.