From 19a3c52c905dbb9686948e6f8ce73db404defdd8 Mon Sep 17 00:00:00 2001 From: Tamas Cservenak Date: Mon, 1 Jul 2024 23:58:36 +0200 Subject: [PATCH] Tame bnd plugin warnings (#525) 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. --------- Co-authored-by: Guillaume Nodet --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index cdc694348..8e24f4638 100644 --- a/pom.xml +++ b/pom.xml @@ -624,6 +624,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 ]]>