<plugin>
   <groupId>org.apache.felix</groupId>
   <artifactId>maven-bundle-plugin</artifactId>
   <version>2.2.0</version>
   <extensions>true</extensions>
      <configuration>
         <instructions>
             <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
             <Fragment-Host>camel-broker-client;bundle-version=1.0.0.SNAPSHOT</Fragment-Host>
         </instructions>
      </configuration>
</plugin>