Updating badges for org-apache-sling-bnd-plugins
1 file changed
tree: 51a7ef41e6b99be76625e9528ecde1a59dd3c2e1
  1. src/
  2. CODE_OF_CONDUCT.md
  3. CONTRIBUTING.md
  4. Jenkinsfile
  5. LICENSE
  6. pom.xml
  7. README.md
README.md

Build Status Test Status 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'