Skip to content

Commit 6be8fa5

Browse files
authored
Merge pull request #59 from jenkinsci/fix_findbug_problem
Fix findbug problem while releasing
2 parents 7b88a79 + e819531 commit 6be8fa5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,18 @@
123123
<!--These tests can come in the way of somebody that doesn't have a docker ready environment. So it is better
124124
to give a way to skip them-->
125125
<build>
126+
<pluginManagement>
127+
<plugins>
128+
<plugin>
129+
<groupId>org.codehaus.mojo</groupId>
130+
<artifactId>findbugs-maven-plugin</artifactId>
131+
<version>3.0.4</version>
132+
<configuration>
133+
<failOnError>${maven.findbugs.failure.strict}</failOnError>
134+
</configuration>
135+
</plugin>
136+
</plugins>
137+
</pluginManagement>
126138
<plugins>
127139
<plugin>
128140
<artifactId>maven-resources-plugin</artifactId>

0 commit comments

Comments
 (0)