Skip to content

Commit

Permalink
Tame bnd plugin warnings (#525)
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.

---------

Co-authored-by: Guillaume Nodet <gnodet@gmail.com>
  • Loading branch information
cstamas and gnodet committed Jul 1, 2024
1 parent eb170c3 commit 19a3c52
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 @@ -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
]]></bnd>
</configuration>
</plugin>
Expand Down

0 comments on commit 19a3c52

Please sign in to comment.