From 3e4e0e5e42d25bd1b8a58e0593e64f397930a385 Mon Sep 17 00:00:00 2001 From: Avgustin Marinov Date: Mon, 20 Nov 2023 14:25:24 +0200 Subject: [PATCH] Fix flatten mode (#1482) change flatten mode to do not remove dependency management thus allowing inheritance with keeping hawkbit dependencies Signed-off-by: Marinov Avgustin --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 98bb25b8a..472e96900 100644 --- a/pom.xml +++ b/pom.xml @@ -318,7 +318,7 @@ org.codehaus.mojo flatten-maven-plugin - ossrh + resolveCiFriendliesOnly true