Re: Possible bug in PluginManager (DefaultPluginManager)

2006-01-12 Thread Brett Porter
Hi Pablo, Some of your concerns have been addressed already. I'm having trouble groking the rest right now - I would like to ensure you have this recorded in JIRA for 2.0.3 or beyond so that it doesn't get skipped. - Brett Pablo wrote: > Hello there > > I think there is a problem in plugin conf

Re: Possible bug in PluginManager (DefaultPluginManager)

2006-01-12 Thread Pablo
Brett Porter wrote: Are you saying this is a regression or has always been a problem? We need to decide whether this blocks the 2.0.2 release. I don't think it's a regression. It doesn't work in 2.0, 2.0.1 and 2.1-SNAPSHOT. Take a look at the following: I've got 19 unit tests and 22 integr

Re: Possible bug in PluginManager (DefaultPluginManager)

2006-01-12 Thread Brett Porter
Are you saying this is a regression or has always been a problem? We need to decide whether this blocks the 2.0.2 release. - Brett Pablo wrote: > Hello there > > I think there is a problem in plugin configuration. > > Let's say there is a field in a Mojo of type List: > > private List elements

Possible bug in PluginManager (DefaultPluginManager)

2006-01-12 Thread Pablo
Hello there I think there is a problem in plugin configuration. Let's say there is a field in a Mojo of type List: private List elements If the field doesn't have the attribute @parameter expression="${something} than putting into in pom.xml: sth1 sth2 sets the field with the given values