We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e837b33 commit 5758ccaCopy full SHA for 5758cca
pom.xml
@@ -377,16 +377,19 @@
377
<configuration>
378
<effort>Max</effort>
379
<includeTests>true</includeTests>
380
- <sarifOutput>true</sarifOutput>
381
<threshold>Low</threshold>
+
382
+ <htmlOutput>true</htmlOutput>
383
+ <sarifOutput>true</sarifOutput>
384
+ <xmlOutput>true</xmlOutput>
385
386
<plugins>
387
<plugin>
388
<groupId>com.h3xstream.findsecbugs</groupId>
389
<artifactId>findsecbugs-plugin</artifactId>
390
<version>${findsecbugs-plugin.version}</version>
391
</plugin>
392
</plugins>
- <xmlOutput>true</xmlOutput>
393
</configuration>
394
<dependencies>
395
<dependency>
0 commit comments