bundleplugin creates "Import-Package: *" header in manifest for bundle without
classes
--------------------------------------------------------------------------------------
Key: FELIX-437
URL: https://issues.apache.org/jira/browse/FELIX-437
Project: Felix
Issue Type: Bug
Components: Maven Bundle Plugin
Reporter: Karl Pauls
Priority: Minor
It looks to me as if the bundleplugin adds the following header:
Import-Package: *
in case the bundle it should create doesn't contain any real java classes. This
is wrong since the Import-Package header should just not be present in this
case (and is not allowed to contain a star at any rate).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.