Skip to content

Commit

Permalink
Remove redundant spotbugs details from pom (#1549)
Browse files Browse the repository at this point in the history
Included in parent pom 4.77
  • Loading branch information
MarkEWaite authored Jan 20, 2024
1 parent 26a607a commit d8cc5bc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,7 @@
<!-- Do not run extra reporting for checkstyle or pmd -->
<!-- https://stackoverflow.com/questions/12038238/unable-to-locate-source-xref-to-link-to -->
<linkXRef>false</linkXRef>
<!-- TODO: Remove when plugin pom is using this version or newer -->
<!-- https://github.com/jenkinsci/plugin-pom/pull/869 -->
<spotbugs-maven-plugin.version>4.8.2.0</spotbugs-maven-plugin.version>
<spotbugs.effort>Max</spotbugs.effort>
<!-- TODO: Remove when plugin pom includes this omitVisitors -->
<!-- https://github.com/jenkinsci/plugin-pom/pull/869 -->
<spotbugs.omitVisitors>ConstructorThrow,FindReturnRef</spotbugs.omitVisitors>
<spotbugs.threshold>Low</spotbugs.threshold>
</properties>

Expand Down

0 comments on commit d8cc5bc

Please sign in to comment.