We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b88a79 + e819531 commit 6be8fa5Copy full SHA for 6be8fa5
pom.xml
@@ -123,6 +123,18 @@
123
<!--These tests can come in the way of somebody that doesn't have a docker ready environment. So it is better
124
to give a way to skip them-->
125
<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>
138
<plugins>
139
<plugin>
140
<artifactId>maven-resources-plugin</artifactId>
0 commit comments