Skip to content

Commit 6655160

Browse files
authored
[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.
1 parent c7639bc commit 6655160

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,10 @@
489489
# Reproducible build
490490
-noextraheaders: true
491491
${bnd.instructions.additions}
492+
# Remove warnings (as we keep things simple)
493+
-fixupmessages: \
494+
'Unused Import-Package instructions';is:=ignore,\
495+
'Unused Export-Package instructions';is:=ignore
492496
]]></bnd>
493497
</configuration>
494498
</plugin>

0 commit comments

Comments
 (0)