Top "Bnd" questions

BND is a Java tool for automated building bundles for an OSGi environment.

How to convert jar to OSGi bundle using eclipse and bndtools

I am looking for a step by step guide to convert jar into an OSGi bundle using the eclipse bndtools …

java eclipse osgi bnd
How to use org.apache.felix.scr annotations for a bundle from scratch?

I've started developing a bundle for apache felix and did so with the ops4j pax plugin. I've created the …

java maven osgi apache-felix bnd
How to include resource file into osgi bundle from jar dependency with bnd/maven-bundle-plugin?

I'm using maven-bundle-plugin (bnd effectively). It's straightforward to include a resource file from sources. For example, a resource file (src/…

osgi osgi-bundle bnd maven-bundle-plugin