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 the xml configuration look like? What about if I had an array
that contains one of my plugins own user defined type.

 

Thanks

 

Rob

Reply via email to