SLING-8229 Provide a bnd plugin to remove header parameters
7 files changed
tree: eed8a52bc46e5cc5f70f14d7ec45b45865fe091b
  1. src/
  2. CODE_OF_CONDUCT.md
  3. CONTRIBUTING.md
  4. LICENSE
  5. pom.xml
  6. README.md
README.md

Build Status Test Status Maven Central JavaDocs License

Apache Sling bnd Plugins

This module is part of the Apache Sling project.

This module provides plugins for bnd.

RemoveParametersPlugin

Removes parameters from bundle headers.

Example instruction (for bnd file):

-plugin:\
  org.apache.sling.bnd.plugins.header.RemoveParametersPlugin;\
    'Require-Capability'='osgi.service;filter:="(objectClass=org.osgi.service.event.EventAdmin)";effective:=active,osgi.service;filter:="(objectClass=org.osgi.service.event.EventHandler)";effective:=active;cardinality:=multiple'