Skip to content

Commit 5758cca

Browse files
committed
For #607. Add HTML report for Maven Spotbugs
1 parent e837b33 commit 5758cca

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,16 +377,19 @@
377377
<configuration>
378378
<effort>Max</effort>
379379
<includeTests>true</includeTests>
380-
<sarifOutput>true</sarifOutput>
381380
<threshold>Low</threshold>
381+
382+
<htmlOutput>true</htmlOutput>
383+
<sarifOutput>true</sarifOutput>
384+
<xmlOutput>true</xmlOutput>
385+
382386
<plugins>
383387
<plugin>
384388
<groupId>com.h3xstream.findsecbugs</groupId>
385389
<artifactId>findsecbugs-plugin</artifactId>
386390
<version>${findsecbugs-plugin.version}</version>
387391
</plugin>
388392
</plugins>
389-
<xmlOutput>true</xmlOutput>
390393
</configuration>
391394
<dependencies>
392395
<dependency>

0 commit comments

Comments
 (0)