From 4fbcdc2e3779899141ae0730997f65c3949a7129 Mon Sep 17 00:00:00 2001 From: Konrad Windszus Date: Thu, 5 Dec 2024 17:22:51 +0100 Subject: [PATCH] Fix bnd-maven-plugin configuration merging Previously the configuration from the parent (per execution id) was overriding the local config (per plugin). Now the parent configuration is no longer per execution id, i.e. both local plugin configurations (i.e. on plugin level and on execution id level) take precedence. This closes #3471 --- pom.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index c2f27d903d..02806ca03c 100644 --- a/pom.xml +++ b/pom.xml @@ -219,14 +219,8 @@ biz.aQute.bnd bnd-maven-plugin ${bnd.version} - - - bnd-process - - bnd-process - - - + - + ]]> + + + + bnd-process + + bnd-process +