Have you tried 2.0.9? Was this working before with 2.0.6? Are you sure your
surefire plugin version hasn't changed?


On 6/12/08 4:53 PM, "Todd Nguyen" <[EMAIL PROTECTED]> wrote:

> mvn version: 2.0.7
> 
> I ran this at the command line, mvn clean test -Dtest=PropertiesTest
> -Dinput=com.mycompany.test
> 
> In my PropertiesTest, i have this code snippet.
> 
> ...
>  if (System.getProperties().containsKey("input")) {
>              String name = System.getProperty("input");
> }
> 
> System.getProperty("input") always return NULL.
> 
> What happened and how do we fix it?
> 
> Thanks
> Todd


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

Reply via email to