m2: java plugins - configuration and xml

2005-10-05 Thread Robert Biernat
Hi, I'm looking for info that shows how a m2 plugins configuration which is specified in the pom maps to the mojos parameters. For example lets say I had a mojo that had a parameter of type String[] called options. i.e /** * @parameter * private String[] options; What would

Re: m2: java plugins - configuration and xml

2005-10-05 Thread Jason van Zyl
On Thu, 2005-10-06 at 00:55 +1000, Robert Biernat wrote: Hi, I'm looking for info that shows how a m2 plugins configuration which is specified in the pom maps to the mojos parameters. For example lets say I had a mojo that had a parameter of type String[] called options. project

Re: m2: java plugins - configuration and xml

2005-10-05 Thread Brett Porter
On 10/6/05, Jason van Zyl [EMAIL PROTECTED] wrote: Having to specify the implementation there will be fixed shortly but that's what you have to do for now and the fix will be backward compatible we're just going to default to java.lang.String. s/will be fixed shortly/was fixed in beta-3/