Konrad Windszus created FELIX-6680: -------------------------------------- Summary: Convert osgicheck-maven-plugin to Bnd plugin Key: FELIX-6680 URL: https://issues.apache.org/jira/browse/FELIX-6680 Project: Felix Issue Type: Improvement Components: Tooling Affects Versions: osgicheck-maven-plugin 0.1.0 Reporter: Konrad Windszus
Instead of having a full-blown Maven plugin a [Bnd plugin|https://bnd.bndtools.org/chapters/870-plugins.html] is much more lightweight and can rely on all the helper classes that Bnd already provides (e.g. for bytecode parsing, ....). That reduces the footprint a lot and all Maven plugin generating bundle manifest anyhow rely on Bnd internally (both maven-bundle-plugin and bnd-maven-plugin). In addition that wouldn't force to update the library for each new java bytecode version (as a Bnd update should suffice here). -- This message was sent by Atlassian Jira (v8.20.10#820010)