Maven bundle plugin adds Import-Package for the Bundle-Activator
----------------------------------------------------------------

                 Key: FELIX-3133
                 URL: https://issues.apache.org/jira/browse/FELIX-3133
             Project: Felix
          Issue Type: Bug
          Components: Maven Bundle Plugin
    Affects Versions: maven-bundle-plugin-2.3.5, maven-bundle-plugin-2.3.4
            Reporter: Lucas Galfaso


When there is a <Bundle-Activator> that references a class that is not 
exported, the generated manifest contains an Import-Package to the package that 
this activator is at. There is no requirement to export the package that 
exports the activator, so this behavior leads to the fact that generated 
package will never be resolved.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to