I use the Felix SCR plugin to create the XML file based on the Felix SCR annotations, but is also supports DS annotations:
http://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin/apache-felix-maven-scr-plugin-use.html The bundle plugin will then pick up the created descriptor. Gruss Bernd Am 08.02.2015 16:37 schrieb "Christian Schneider" <[email protected]>: > Hi all > I am trying to use scr annotations (org.osgi.service.component.annotations*) > with the maven-bundle-plugin. > The build runs but it creates no xml file for scr. I have this in my > configuration insturctions: <Service-Component>*</Service-Component> > Do I need something else? > > Here is my full project if you want to check: > > https://github.com/cschneider/jpa-experiments/tree/master/jpaclosuretest > > Christian > > -- > Christian Schneider > http://www.liquid-reality.de > > Open Source Architect > http://www.talend.com > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

