Re: Map @parameter loading problem

2009-02-12 Thread Costin Caraivan
Benjamin Bentmann wrote: > > Costin Caraivan wrote: > >> The invocation is from the pom.xml, inside a profile. So execution bound >> to >> a build lifecycle. > > Then consider to drop an example project in JIRA so we can have closer > look and something to reproduce the issue. From the few bi

Re: Map @parameter loading problem

2009-02-07 Thread Benjamin Bentmann
Costin Caraivan wrote: The invocation is from the pom.xml, inside a profile. So execution bound to a build lifecycle. Then consider to drop an example project in JIRA so we can have closer look and something to reproduce the issue. From the few bits given so far, I have no idea what might be

Re: Map @parameter loading problem

2009-02-06 Thread Costin Caraivan
Benjamin Bentmann wrote: > > Costin Caraivan wrote: > >> By the way, this works when I move the section in the >> root >> of the plugin. > > We have a (passing) IT [0] to test configuration which > includes a Map parameter so I wonder how do you invoke your mojo in the > first place? From

Re: Map @parameter loading problem

2009-02-05 Thread Benjamin Bentmann
Costin Caraivan wrote: By the way, this works when I move the section in the root of the plugin. We have a (passing) IT [0] to test configuration which includes a Map parameter so I wonder how do you invoke your mojo in the first place? From the command line? Per configurations have by d

Re: Map @parameter loading problem

2009-02-05 Thread Costin Caraivan
Costin Caraivan wrote: > > Hello, > > I have a plugin with the following configuration: > > > com.axway.md > com.axway.md > ${project.version} > zip > > aoleu > aoleu > > This is inside an execution of my plugin. > > In my Mojo I have this: > /** > * @parameter > * @required

Map @parameter loading problem

2009-02-05 Thread Costin Caraivan
Hello, I have a plugin with the following configuration: com.axway.md com.axway.md ${project.version} zip aoleu aoleu This is inside an execution of my plugin. In my Mojo I have this: /** * @parameter * @required */ private Map featureId; However, the featureId comes