Question concerning maven-filtering component

2015-11-04 Thread Karl Heinz Marbaise
Hi, currently i'm trying to upgrade the maven-filtering component from xdoclet to annotation based usage... For example: - * @plexus.component role="org.apache.maven.shared.filtering.MavenResourcesFiltering" role-hint="default" */

Re: Question concerning maven-filtering component

2015-11-04 Thread Uwe Barthel
> -/** > - * @plexus.requirement > - */ > +@Component > private BuildContext buildContext; Use @Requirement instead of @Component. mit freundlichen Grüßen Uwe Barthel -- bart...@x-reizend.de > On 04 Nov 2015, at 22:33, Karl Heinz Marbaise wrote: > >

Re: Question concerning maven-filtering component

2015-11-04 Thread Karl Heinz Marbaise
Hi, On 11/5/15 6:00 AM, Uwe Barthel wrote: -/** - * @plexus.requirement - */ +@Component private BuildContext buildContext; Use @Requirement instead of @Component. Good catch...but unfortunately not enough... Your hint brought to lookup more in detail and found one