I am looking for a step by step guide to convert jar into an OSGi bundle using the eclipse bndtools plugin. I know it is possible to do it with bnd using the command line bu
Additionally to the existing answers you might be interested in this blog post which explains how to create that OSGi bundle from a jar with "pure maven", i.e. without the need of a specific IDE and/or plugins. (To be precise, under the hood it is once more bnd with does the real work ;))