Registry / build-tool / maven-bundle-plugin

maven-bundle-plugin

JSON →
library6.0.2javamavenunverified

A Maven plugin that creates OSGi bundles from project classes, resources, and dependencies using Bnd.

<dependency> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>6.0.2</version> </dependency>
INSTALL
IMPORT
SIG · MAVEN-BUNDLE-PLUGI
M
maven-bundle-plugin
build-tooljavav6.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BundlePlugin
org.apache.felix.bundleplugin.BundlePlugin

Minimal usage of the BundlePlugin class (typically invoked via Maven).

import org.apache.felix.bundleplugin.BundlePlugin; public class BundlePluginExample { public static void main(String[] args) { BundlePlugin plugin = new BundlePlugin(); plugin.execute(); } }
Debug
Known issues
gotchaPlugin requires Bnd tool and may have complex configuration for advanced OSGi features.
fix
Refer to the official documentation for detailed configuration options.
affects: all
Upgrade
Version history
6.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Amazon
1
Bingbot
1
OpenAI (training)
1
Resources
maven-bundle-plugin — mvn dependency:get maven-bundle-plugin · libregistry