JaideepBrar, Thanks for responding.
The referenced links describe how to convert a regular jar into an OSGi jar. Although this option works it involves doing things manually as opposed to relying on maven to do the conversion.
The maven-bundle-plugin does the conversion for you. It looks like it has been replaced by bnd-maven-plugin.
Do u know if bnd-maven-plugin is capable of doing the conversion from regular jar to OSGI? or Are we going back to doing things manually where you have to convert the jar to OSGI jar instead of relying on Maven to do it for you?
Thanks,
Nikunj Jariwala