Re: maven-scr-plugin and DS 1.3 annotations not working

2016-03-24 Thread Oliver Lietz
false > >> > >> > >> > >> > >> > >> > >> > >>

Re: maven-scr-plugin and DS 1.3 annotations not working

2016-03-22 Thread Carsten Ziegeler
false >> >> >> >> >> >> >> >> Regards, >> Jens >> >> >> Gesendet: Dienstag, 22. März 2016 um 07:45 Uhr &g

Re: maven-scr-plugin and DS 1.3 annotations not working

2016-03-22 Thread David Jencks
{project.build.outputDirectory}/OSGI-INF > false > > > > > > > > Regards, > Jens > > > Gesendet: Dienstag, 22. März 2016 um 07:45 Uhr > Von: &

Aw: Re: maven-scr-plugin and DS 1.3 annotations not working

2016-03-22 Thread Jens Offenbach
false Regards, Jens   Gesendet: Dienstag, 22. März 2016 um 07:45 Uhr Von: "Carsten Ziegeler" <cziege...@apache.org> An: users@felix.apache.org Betreff: Re: maven-scr-plugin and DS 1.3 annotations not working The maven-scr-plug

Re: maven-scr-plugin and DS 1.3 annotations not working

2016-03-22 Thread Carsten Ziegeler
The maven-scr-plugin does not support the DS 1.3 annotations. Using the maven-bundle-plugin 3.0.1 is all you need. I think you need to add this configuration to the bundle plugin: <_dsannotations>*

maven-scr-plugin and DS 1.3 annotations not working

2016-03-22 Thread Jens Offenbach
Hi, I am using maven-scr-plugin:1.21.0, org.osgi.service.component.annotations:1.3.0, org.apache.felix.scr.ds-annotations:1.2.8 and org.apache.felix.scr.annotations:1.9.12 and maven-bundle-plugin:3.0.1. This is my annotated class with makes use of the prototype scope: @Component(immediate =