Christian Schneider created FELIX-5240:
------------------------------------------
Summary: Bnd plugin for karaf commands
Key: FELIX-5240
URL: https://issues.apache.org/jira/browse/FELIX-5240
Project: Felix
Issue Type: New Feature
Components: Maven Bundle Plugin
Affects Versions: maven-bundle-plugin-3.0.1
Reporter: Christian Schneider
Fix For: maven-bundle-plugin-3.1.0
Karaf 4 commands are identified by the annotation
org.apache.karaf.shell.api.action.lifecycle.Service
For performance reasons karaf only processes commands in packages listed in the
Manifest property:
Karaf-Commands:
We could spare people from adding the header above by hand by creating a small
bnd plugin that scans for the above annotations and adds the header.
I can provide a pull request for this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)