Re: Inject Maven components/parameters to Plexus components

2014-06-23 Thread Simone Tripodi
Thanks a lot for the clarification Jason, much more than appreciated! All the best! -Simo http://people.apache.org/~simonetripodi/ http://twitter.com/simonetripodi On Mon, Jun 23, 2014 at 3:00 PM, Jason van Zyl wrote: > The short answer is that you can't right now. We do not create bindings in

Re: Inject Maven components/parameters to Plexus components

2014-06-23 Thread Jason van Zyl
The short answer is that you can't right now. We do not create bindings in the normal JSR330 for configuration injection, we historically use a tool called the PluginParameterExpressionEvaluator to pass over the component once it's instantiated. We did this long before we used any container. As

Inject Maven components/parameters to Plexus components

2014-06-23 Thread Simone Tripodi
Hi all mates, I am a little lost and I would like to kindly ask you if anyone knows how to request, via Plexus annotations, the injection of Maven parameters/components. While for components I guess it is more or less the same as in MOJOs, just using different kind annotations, it is not clear to