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