@skumari1 You've two bundle plugins in pom.xml: maven-bundle-plugin and bnd-maven-plugin, both essentially doing the same functionality and causing the problem.
bnd-maven-plugin with maven-jar-plugin generates the OSGi bundle with metadata, which doesn't require <packaging>bundle</packaging>, whe...