Hi David, On Wed, 2018-05-30 at 13:40 +0100, David Bosschaert wrote: > Hi Robert, > > It should be possible by creating a feature that is "including" > another > feature and specifies a number of removals. An example can be found > at [1]. > > Having said that, I haven't tried this myself yet, so I'm not 100% > sure > it's fully implemented right now.
Well, let's see if it works :-) Two questions before I start: 1. Is it OK if the feature to include + remove from is also present under src/main/features or will this lead to it being processed twice? 2. What is the exact format? Should an array of strings ( version excluded ) like below work? "removals": { "bundles": [ "org.apache.sling:org.apache.sling.foo" ] } Thanks, Robert