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. Best regards, David [1] https://github.com/apache/sling-org-apache-sling-feature/blob/master/design/feature-model.json On 30 May 2018 at 13:19, Robert Munteanu <[email protected]> wrote: > Hi, > > I am trying to build a product with the feature model and what to > remove certain artifacts (bundles) from it. I would like to make it a > generic removal based on groupId and artifactId, without specifying the > version. > > How can I do that using the feature model? > > Thanks, > > Robert >
