Skip to content

Commit

Permalink
Remove deprecated spotbugsXmlOutput setting (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Mar 17, 2023
1 parent 4d0f94c commit 4e29348
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -673,15 +673,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>
<!--
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.
-->
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 4e29348

Please sign in to comment.