Asutosh_Jena Yeah, I have "bnd-maven-plugin" in both parent and core pom, below is the config, bnd-maven-plugin in Core POM-<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-maven-plugin</artifactId>
<executions>
<execution>
<id>bnd-process</id>
<goals>
<goal>bnd-process</goal...