From c940170969387bc63bf0d7832d8529b755812ccc Mon Sep 17 00:00:00 2001 From: Philipp Ossler Date: Mon, 4 Jul 2022 07:26:13 +0200 Subject: [PATCH] build: avoid creating a reduced pom * the reduced pom overrides the original pom when installing the artifacts * avoid creating a reduced pom to fix the issue * in a previous version of the plugin (3.2.4), no reduced pom was created (cherry picked from commit 1648134565468c5b136ef9182312fe0b1fd69292) --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8ae6f3ea5..9cdf66aba 100644 --- a/pom.xml +++ b/pom.xml @@ -298,7 +298,8 @@ true scala-shaded - true + + false false true true