codetackler created FELIX-4936:
----------------------------------
Summary: Private-Package implicit export negation
Key: FELIX-4936
URL: https://issues.apache.org/jira/browse/FELIX-4936
Project: Felix
Issue Type: Improvement
Components: Maven Bundle Plugin
Affects Versions: maven-bundle-plugin-2.5.4
Reporter: codetackler
Fix For: maven-bundle-plugin-future
Currently when you have a bundle private package that doesn't contain the
special internal or impl name, the negation of that package has to be
explicitly added to the Export-Package list to keep that package from being
exported. It seems to me that having to explicitly add this negation is
redundant since the plugin should be able to add the negation automatically
under the hood. My guess is that it is probably complicated to implement this
for wild-carded Private-Package entries but it seems like it could be trivial
for regular package entries. Perhaps the feature could be limited to non
wild-card entries.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)