Skip to content

Commit

Permalink
[1.9.x] Tame bnd plugin warnings (#524)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cstamas committed Jul 1, 2024
1 parent c7639bc commit 6655160
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
]]></bnd>
</configuration>
</plugin>
Expand Down

0 comments on commit 6655160

Please sign in to comment.