Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 2c70d0f

Browse files
Fixed spotbugs warning
1 parent c7d38ed commit 2c70d0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,9 @@
446446
</executions>
447447
<configuration>
448448
<excludeFilterFile>spotbugs-exclude.xml</excludeFilterFile>
449+
<skipEmptyReport>true</skipEmptyReport>
450+
<xmlOutput>false</xmlOutput>
451+
<htmlOutput>false</htmlOutput>
449452
</configuration>
450453
</plugin>
451454
<plugin>

0 commit comments

Comments
 (0)