[Archived] Apache Sling bnd Plugins

Clone this repo:
  1. f2105e9 Updating badges for org-apache-sling-bnd-plugins by Radu Cotescu · 5 years ago master
  2. ba187ee SLING-7245 - Validate pull requests using Jenkins by Robert Munteanu · 5 years ago
  3. 30cdd35 [maven-release-plugin] prepare for next development iteration by Oliver Lietz · 5 years ago
  4. 28190e1 [maven-release-plugin] prepare release org.apache.sling.bnd.plugins-0.0.2 by Oliver Lietz · 5 years ago org.apache.sling.bnd.plugins-0.0.2
  5. c472c08 SLING-8229 Provide a bnd plugin to remove header parameters by Oliver Lietz · 5 years ago

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'