On Fri, 14 Jun 2002, bob mcwhirter wrote:
> I want to allow multiple -D options, and have them anywhere
> in the command-line.
> 
> Right now, that's interp'd as
> 
>       maven -D maven.username=werken -D maven:deploy-site
> 
> Which is wrong.
> 
> Workaround is reordering the command-line:
> 
>       maven maven:deploy-site -D maven.username=werken
> 
> Seems like an arbitrary restriction.
> 
> Any thoughts on how to hack in multiple-instances-single-arg options
> without adding yet-another-boolean-parameter to all of the signatures?

How about an "end-of-list" marker:

maven -D macen.username=werken -- maven:deploy-site

regards,
michael


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to