From 5907675413427dbc5d850928569acddcda4bb85e 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 9fe8eca330..518ad9285e 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 +