From 665516073ff613b6e38e08a69d58b2c4ed92d3cd Mon Sep 17 00:00:00 2001 From: Tamas Cservenak Date: Mon, 1 Jul 2024 23:58:50 +0200 Subject: [PATCH] [1.9.x] Tame bnd plugin warnings (#524) To keep things simple, we config the plugin in one place, but in some modules this config emits warnings. This change just makes it go away. No other source or any alike change, no issue either. --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 274f548c4..5ff7a011f 100644 --- a/pom.xml +++ b/pom.xml @@ -489,6 +489,10 @@ # Reproducible build -noextraheaders: true ${bnd.instructions.additions} + # Remove warnings (as we keep things simple) + -fixupmessages: \ + 'Unused Import-Package instructions';is:=ignore,\ + 'Unused Export-Package instructions';is:=ignore ]]>