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]