From e819531e524cafa2b2606cbc59a153bf876a4e67 Mon Sep 17 00:00:00 2001 From: Alexander Verhaar Date: Sun, 7 Jul 2019 20:53:47 +0200 Subject: [PATCH] Fix findbug problem while releasing --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 25e3919..3266cbe 100644 --- a/pom.xml +++ b/pom.xml @@ -123,6 +123,18 @@ + + + + org.codehaus.mojo + findbugs-maven-plugin + 3.0.4 + + ${maven.findbugs.failure.strict} + + + + maven-resources-plugin