Pfiou, I am bit tired and I read your mail way too fast.
You can't specify dependency injections parameters in your ComplexObject.
Those tags are only allowed in your Mojo.
s/
On 4/8/06, Stephane Nicoll <[EMAIL PROTECTED]> wrote:
>
> Hi Christophe,
>
> Good to see that you're using maven in your
Hi Christophe,
Good to see that you're using maven in your organisation.
Yes, it is possible to map complex types in Mojo. However, you need to pay
attention to the following:
- The ComplexObject needs to be public with a default public constructor and
needs to be in the same package as your Moj
30 mars 2006 17:38
To: dev@maven.apache.org
Subject: configuration mappings
for complex objects
Hi,
A question about the configuration mappings…
Does the mapping of Maven project properties to Mojo fields also
work for any complex objects used to configure the plugin?
In other words
Hi,
A question about the configuration mappings… Does the
mapping of Maven project properties to Mojo fields also
work for any complex objects used to configure the plugin?
In other words, in the following code, will the ‘project’
field of the ComplexObject parameter be assigned ?