I am using OSGI declarative services(SCR) to create a component bundle . I am not keen on using the annotation based component xml files generated by maven-scr-plugin . I am writing the component.xml by hand . But, i need the Service-Component header to be added to the MANIFEST file . I am using maven-bundle-plugin to build the osgi bundle , any instructions i can give in the plugin configuration that will add such a header to the manifest file ?
some useful links :
thanks