Skip to content

Commit

Permalink
Remove deprecated spotbugsXmlOutput setting
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Mar 17, 2023
1 parent b21e9e8 commit b022058
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Expand Up @@ -542,15 +542,11 @@
<goal>check</goal>
</goals>
<phase>verify</phase>
<configuration>
<!--
<!--
Do not define "excludeFilterFile" here, as it will force consumers to provide a file.
Instead, we configure this below in a profile conditionally activated based on the
presence of this file.
-->
<xmlOutput>true</xmlOutput>
<spotbugsXmlOutput>false</spotbugsXmlOutput>
</configuration>
-->
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit b022058

Please sign in to comment.