On 13 Feb 2014, at 17:46, Dan Tran wrote:
> A contributor for MOJO-2006 [1] uses array configuration at
>
> http://maven.apache.org/guides/plugin/guide-java-plugin-development.html (
> array session)
>
> here is the text
>
>/**
> * My List.
> */
>@Parameter
>private List my
ping :-)
On Thu, Feb 13, 2014 at 9:46 AM, Dan Tran wrote:
> A contributor for MOJO-2006 [1] uses array configuration at
>
> http://maven.apache.org/guides/plugin/guide-java-plugin-development.html(
> array session)
>
> here is the text
>
> /**
> * My List.
> */
> @Parameter
>
A contributor for MOJO-2006 [1] uses array configuration at
http://maven.apache.org/guides/plugin/guide-java-plugin-development.html (
array session)
here is the text
/**
* My List.
*/
@Parameter
private List myList;
value1
value2
For details on the mapping of the i