Re: Problem while getting injected parameters from plugin configuration.

2014-09-23 Thread animator
Thank You @Stuart McCulloch (and others that helped me in this topic)! Your explanation is very valuable and resolved my problems :) Regards, animator. -- View this message in context: http://maven.40175.n5.nabble.com/Problem-while-getting-injected-parameters-from-plugin-configuration

Re: Problem while getting injected parameters from plugin configuration.

2014-09-22 Thread Stuart McCulloch
to get the plugin working in the test project, so hopefully this explanation helps. * actually the work is being done by Sisu’s Plexus adapter, which provides Plexus API+semantics on top of Guice > Thanks for answers. > > -- > View this message in context: > http://maven.401

Re: Problem while getting injected parameters from plugin configuration.

2014-09-22 Thread Igor Fedorenko
o arg constructor and @Requirement annotation but still I get the same exceptions. Thanks for answers. -- View this message in context: http://maven.40175.n5.nabble.com/Problem-while-getting-injected-parameters-from-plugin-configuration-tp5805894p5806136.html Sent from the Maven Developers mailing

Re: Problem while getting injected parameters from plugin configuration.

2014-09-22 Thread animator
thanks for advices! Second problem with injecting plexus components still exists.. I added no arg constructor and @Requirement annotation but still I get the same exceptions. Thanks for answers. -- View this message in context: http://maven.40175.n5.nabble.com/Problem-while-getting-injected

Re: Problem while getting injected parameters from plugin configuration.

2014-09-22 Thread Stuart McCulloch
7e0a4ed748bc54 > > > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Problem-while-getting-injected-parameters-from-plugin-configuration-tp5805894p5805996.html > Sent from the Maven Developers mailing list archive at Nabble.com. > >

Re: Problem while getting injected parameters from plugin configuration.

2014-09-21 Thread animator
a *2 https://github.com/lgadawski/cloverage-maven-plugin/commit/0f99966fbb965be8c4d79845617e0a4ed748bc54 -- View this message in context: http://maven.40175.n5.nabble.com/Problem-while-getting-injected-parameters-from-plugin-configuration-tp5805894p5805996.html Sent from the Maven Developers mailing list

Re: Problem while getting injected parameters from plugin configuration.

2014-09-21 Thread Hervé BOUTEMY
no, there is absolutely nothing related to reporting plugins: reporting plugins are exactly like plugins I didn't see test-polyglot-project, I just had a reaction when looking at the mojo source when I look at test-polyglot-project, I see another problem: why is it reclared in reporting secti

Re: Problem while getting injected parameters from plugin configuration.

2014-09-21 Thread Igor Fedorenko
gins/cloverage/goals/InstrumentMojo.java I declared there 4 parameter, those declared with property attirubutes work fine, but those without, that reffers to configuration don't. -- View this message in context: http://maven.40175.n5.nabble.com/Problem-while-getting-injected-parameters->

Re: Problem while getting injected parameters from plugin configuration.

2014-09-21 Thread Hervé BOUTEMY
onfiguration don't. > > > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Problem-while-getting-injected-parameters-> > from-plugin-configuration-tp5805894p5805910.html Sent from the Maven > Developers mailing list archive at Nabble.com. &g

Re: Problem while getting injected parameters from plugin configuration.

2014-09-21 Thread animator
/InstrumentMojo.java I declared there 4 parameter, those declared with property attirubutes work fine, but those without, that reffers to configuration don't. -- View this message in context: http://maven.40175.n5.nabble.com/Problem-while-getting-injected-parameters-from-plugin-configuration-tp5805894p58

Re: Problem while getting injected parameters from plugin configuration.

2014-09-21 Thread Karl Heinz Marbaise
Hi, can you please show the full pom file of your plugin project ? Is this project somewhere available on Github or so ? So we can take a look at it... Kind regards Karl-Heinz Marbaise On 9/21/14 12:28 PM, animator wrote: Hi, I'm developing custom reporting plugin for my own needs. I use

Problem while getting injected parameters from plugin configuration.

2014-09-21 Thread animator
mini/guide-configuring-plugins.html , http://people.apache.org/~ltheussl/maven-stage-site/guides/plugin/guide-java-plugin-development.html and many other posts but cannot find explanation. Thanks for any help! -- View this message in context: http://maven.40175.n5.nabble.com/Problem-while-gett