On Fri, Apr 22, 2011 at 9:07 PM, Ron Wheeler
<[email protected]> wrote:
> You said :
>
> If I write mvn blah -Dprop1=${prop2} Maven sets prop1 to null.
>
> This is not correct.
> What you should have written is
> If I write mvn blah -Dprop1=${prop2} my operating system converts
> -Dprop1=${prop2} to -Dprop1=null
> before passing it to Maven, since it has no environment called prop2 so it
> converts it to "null".

WRONG!  I am on Windows, not Linux/Unix.  Windows command prompt does
NOT do anything to ${prop2}.

Maven is converting it to null.

Phillip

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to