[
https://issues.apache.org/jira/browse/SLING-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carsten Ziegeler resolved SLING-2386.
-------------------------------------
Resolution: Fixed
Thanks for the patch Timo. I've applied it in revision 1238220.
The bundle exlusion list is a better approach than my previous idea, especially
as
handling that in the bundle list would require many changes to the
implementation.
> It should be possible to remove bundles from an inherited partial bundle list
> -----------------------------------------------------------------------------
>
> Key: SLING-2386
> URL: https://issues.apache.org/jira/browse/SLING-2386
> Project: Sling
> Issue Type: Improvement
> Components: Maven Plugins and Archetypes
> Reporter: Carsten Ziegeler
> Assignee: Carsten Ziegeler
> Fix For: Maven Launchpad Plugin 2.1.2
>
> Attachments: SLING-2386.patch
>
>
> When a bundle list / launchpad project depends on a partial bundle list, it
> gets all the bundles from that list included.
> In some cases, it would be nice to exclude some of them to be able to replace
> them with a different implementation/bundle
> The easiest way would be to allow something like:
> <startLevel level="remove">
> <bundle>
> <groupId>commons-io</groupId>
> <artifactId>commons-io</artifactId>
> </bundle>
> </startLevel>
> in the bundle list. The version information is optional, If it is specified
> the bundle is only removed if it matches the given version or version range
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira