Skip to content

Commit 19a3c52

Browse files
cstamasgnodet
andauthored
Tame bnd plugin warnings (#525)
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 <[email protected]>
1 parent eb170c3 commit 19a3c52

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,10 @@
624624
# Reproducible build
625625
-noextraheaders: true
626626
${bnd.instructions.additions}
627+
# Remove warnings (as we keep things simple)
628+
-fixupmessages: \
629+
'Unused Import-Package instructions';is:=ignore, \
630+
'Unused Export-Package instructions';is:=ignore
627631
]]></bnd>
628632
</configuration>
629633
</plugin>

0 commit comments

Comments
 (0)