Matthew,
        Thanks for your help.  Good luck.  Too bad this isn't easier.  I
was hoping for some sort of element in project.xml where you could
change them:

<unitTest usefile="false" >
        .....
        .....
        .....
</unitTest>

Laters, Jeremy

-----Original Message-----
From: matthew.hawthorne [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 19, 2004 2:32 PM
To: Maven Users List
Subject: Re: Make usefile false for JUnit

Jeremy Whitlock wrote:
>                 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]



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

Reply via email to