Skip to content

Commit e60e607

Browse files
committed
pom: enable spotbugs plugin
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
1 parent 9255664 commit e60e607

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,11 @@
160160
</dependency>
161161
</dependencies>
162162
</plugin>
163+
<plugin>
164+
<groupId>com.github.spotbugs</groupId>
165+
<artifactId>spotbugs-maven-plugin</artifactId>
166+
<version>3.1.12</version>
167+
</plugin>
163168
<plugin>
164169
<groupId>org.jacoco</groupId>
165170
<artifactId>jacoco-maven-plugin</artifactId>

0 commit comments

Comments
 (0)