[ 
https://issues.apache.org/jira/browse/FELIX-476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on FELIX-476 started by Stuart McCulloch.

> Improve default Export-Package (used when no Export-Package and 
> Private-Package is set)
> ---------------------------------------------------------------------------------------
>
>                 Key: FELIX-476
>                 URL: https://issues.apache.org/jira/browse/FELIX-476
>             Project: Felix
>          Issue Type: Improvement
>          Components: Maven Bundle Plugin
>    Affects Versions: 1.2.0
>            Reporter: Stuart McCulloch
>            Assignee: Stuart McCulloch
>            Priority: Minor
>             Fix For: 1.2.1
>
>
> Currently the default Export-Package (used when no Export-Package and 
> Private-Package is set) is
>    Export-Package: <groupId>.<artifactId>.*
> this default could be improved to use Bundle-SymbolicName (which by default 
> is <groupId>.<artifactId>)
>    Export-Package: <bsn>.*
> which would allow a bit more flexibility (say when the groupId and artifactId 
> overlap) while keeping the simple
> default. We should also do some replacement of invalid characters (ie. '-') 
> to ensure it's a valid namespace.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to