Should just be a matter of registering a new username for yourself, then clicking the "Create Issue" link in the top menu at http://jira.codehaus.org/browse/MNG

Let me know if that doesn't work for you.

-john

edward eric pedersson wrote:
Will do once I work out how to submit issues in your Jira

2009/4/20 Brian Fox <bri...@infinity.nu>:
Please file a jira for this and use 2.1.0 as the affects version so we can
get it fixed in 2.1.1

edward eric pedersson wrote:
Hi

We use the command line to pass on system properties to the java
virtual machine when running our Hudson builds on a Linux box. It used
to work quite well in 2.0.9 by since we upgraded to 2.1.0 it has
stopped working altogether. The system properties just never make it
to the java virtual machine.

I have created a small test project and indeed it does not work at
all. I have attached it in case you want to give it a go. [it got
blocked so sending without attachment]

This should work just fine with maven 2.0.9

mvn2.0.9 -Dsystem.test.property=test test

But this will fail

mvn2.1 -Dsystem.test.property=test test

The java code simply does this

assertTrue( System.getProperty("system.test.property") != null);


Any thoughts


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org






---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to