Skip to content

Commit

Permalink
Merge pull request #60 from jenkinsci/fix_findbug_problem
Browse files Browse the repository at this point in the history
Fix findbug problem while releasing
  • Loading branch information
sanderv32 authored Jul 8, 2019
2 parents 6be8fa5 + d92f349 commit cd9a61d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<java.level>8</java.level>
<jenkins-test-harness.version>2.13</jenkins-test-harness.version>
<java.level.test>8</java.level.test>
<findbugs.failOnError>false</findbugs.failOnError>
</properties>

<name>Jenkins Gogs plugin</name>
Expand Down Expand Up @@ -239,6 +240,18 @@
</profile>
</profiles>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.5</version>
</plugin>
</plugins>
</pluginManagement>
</build>

<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->
<repositories>
<repository>
Expand Down

0 comments on commit cd9a61d

Please sign in to comment.