Populate collection/array based parameters from the CLI?

2008-03-09 Thread Benjamin Bentmann
Hi, I have a small question about the following code snippet from a mojo that requires the expert knowledge of the community: /** * @parameter expression=${list} */ List someList; Is there any means in Maven/Plexus to actually populate this parameter from the CLI? To my knowledge, only

Re: Populate collection/array based parameters from the CLI?

2008-03-09 Thread Brett Porter
At this point - yes. It would be good to be able to pass these in as a command separated list - but I think that change would go hand in hand with the move from expression to the more specific arguments we've discussed in the past. On 09/03/2008, at 10:59 PM, Benjamin Bentmann wrote: Hi,