From 809e4cd7196987a6c5bf5e0e49dbccb2e6ab0313 Mon Sep 17 00:00:00 2001 From: Alexander Verhaar Date: Sun, 7 Jul 2019 20:53:47 +0200 Subject: [PATCH 1/2] 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 From d92f349920de6c74ccda226454229761c814225a Mon Sep 17 00:00:00 2001 From: Alexander Verhaar Date: Mon, 8 Jul 2019 08:58:00 +0200 Subject: [PATCH 2/2] Move out off profile section --- pom.xml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 3266cbe..1caaf0f 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,7 @@ 8 2.13 8 + false Jenkins Gogs plugin @@ -123,18 +124,6 @@ - - - - org.codehaus.mojo - findbugs-maven-plugin - 3.0.4 - - ${maven.findbugs.failure.strict} - - - - maven-resources-plugin @@ -239,6 +228,18 @@ + + + + + org.codehaus.mojo + findbugs-maven-plugin + 3.0.5 + + + + +