Skip to content

Commit 809e4cd

Browse files
committed
Fix findbug problem while releasing
1 parent 7b88a79 commit 809e4cd

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)