Skip to content

Commit

Permalink
Configures spotbugs properties
Browse files Browse the repository at this point in the history
  • Loading branch information
damianszczepanik committed Dec 31, 2023
1 parent 745fe78 commit d17e466
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,13 @@

<test.integration.pattern>**/*IT.java</test.integration.pattern>

<!-- https://www.jenkins.io/doc/developer/tutorial-improve/add-more-spotbugs-checks/#increase-spotbugs-checks -->
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
</properties>

<scm>
<connection>scm:git:git@github.com:jenkinsci/build-history-manager-plugin.git</connection>
<connection>scm:git:https://github.com/jenkinsci/build-history-manager-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/build-history-manager-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/build-history-manager-plugin</url>
<tag>HEAD</tag>
Expand Down

0 comments on commit d17e466

Please sign in to comment.