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 ]]>