It's fixed in 2.0.3

http://jira.codehaus.org/browse/MNG-1415

Emmanuel

Gordon Henriksen a écrit :
On Mar 29, 2006, at 3:40 PM, Alex Shneyderman wrote:

On 3/29/06, Gordon Henriksen <[EMAIL PROTECTED]> wrote:

Even if I properly escape spaces in a path at the shell level, Maven seems to attempt to re-tokenize the command parameters. For instance, on Unix, the following seems as if it should run the compile goal with a "foo" parameter valued "bar baz":

     $ mvn compile "-Dfoo=bar baz"


should not it be like this:

mvn compile -Dfoo="bar baz"

?


The two forms are equivalent.

— G


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






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

Reply via email to