From 0f629e083d36d48506f174060bd57c630d13b300 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 10 Jul 2019 12:22:41 +0100 Subject: [PATCH 1/2] fix the deploy as it was done previously --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 61557e12d..f55587558 100644 --- a/pom.xml +++ b/pom.xml @@ -103,4 +103,14 @@ + + + + maven-deploy-plugin + + true + + + + From 1877b28afe7e44ceb630156cb75aa0185ae79985 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 10 Jul 2019 12:30:12 +0100 Subject: [PATCH 2/2] pluginManagement is not required though --- pom.xml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index f55587558..33ad46479 100644 --- a/pom.xml +++ b/pom.xml @@ -101,16 +101,12 @@ + + maven-deploy-plugin + + true + + - - - - maven-deploy-plugin - - true - - - -