Re: Strange Array configuration for plugin params

2014-02-13 Thread Stuart McCulloch
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

Re: Strange Array configuration for plugin params

2014-02-13 Thread Dan Tran
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 >

Strange Array configuration for plugin params

2014-02-13 Thread Dan Tran
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