[maven-release-plugin] copy for tag org.apache.sling.bnd.plugins-0.0.2
[maven-release-plugin] prepare release org.apache.sling.bnd.plugins-0.0.2
1 file changed
tree: 746d11ffa39a04c25b7b01d42868552ab6989e04
  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'