I can't seem to get maven change the junit param of userfile to false. Can someone help me out? Thanks,
I've only been able to get it to work using -Dmaven.junit.usefile=false at the command line (although you could do the same in
[build | project].properties
Inside my maven.xml, I've tried:
context.setVariable('maven.junit.usefile', 'false') in a pregoal to test:test
But it doesn't work. Which is weird since doing the exact same with maven.test.skip works.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
