Skip to content

Commit 8f527b5

Browse files
committed
Added FindBugs plugin to reporting
1 parent 3bf8fb0 commit 8f527b5

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

pom.xml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,6 @@
164164
<artifactId>maven-war-plugin</artifactId>
165165
<version>3.0.0</version>
166166
</plugin>
167-
<plugin>
168-
<groupId>org.codehaus.mojo</groupId>
169-
<artifactId>sonar-maven-plugin</artifactId>
170-
<version>3.0.2</version>
171-
</plugin>
172167
</plugins>
173168
</pluginManagement>
174169
</build>
@@ -192,6 +187,15 @@
192187
</reportSet>
193188
</reportSets>
194189
</plugin>
190+
<plugin>
191+
<groupId>org.codehaus.mojo</groupId>
192+
<artifactId>findbugs-maven-plugin</artifactId>
193+
<version>3.0.4</version>
194+
<configuration>
195+
<findbugsXmlOutput>true</findbugsXmlOutput>
196+
<xmlOutput>true</xmlOutput>
197+
</configuration>
198+
</plugin>
195199
</plugins>
196200
</reporting>
197201

0 commit comments

Comments
 (0)