Skip to content

Commit

Permalink
Remove redundant spotbugs details from pom
Browse files Browse the repository at this point in the history
Included in plugin pom 4.77
  • Loading branch information
MarkEWaite committed Jan 20, 2024
1 parent 3a13f49 commit bcc7276
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 @@ -53,13 +53,7 @@
<!-- No API's intended to be used, none should be called from outside. -->
<maven.javadoc.skip>true</maven.javadoc.skip>
<pmdVersion>6.55.0</pmdVersion>
<!-- 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>
<spotless.check.skip>false</spotless.check.skip>
</properties>
Expand Down

0 comments on commit bcc7276

Please sign in to comment.