turning off test cases

2003-12-30 Thread Charles N. Harvey III
I mean to write back to the person who posted about 2 hours ago but I deleted the e-mail. So I am just writing to anyone out there. Someone asked if test cases could be turned off so they wouldn't take 5 minutes to run (since you had so many tests). I had tests that were not j-unit tests so the

Re: turning off test cases

2003-12-30 Thread Paul Spencer
FYI: You can also do this on the command line maven -Dmaven.test.skip=true .. If you place maven.test.skip=true in a properties file, you run the risk of forgetting it is there. Paul Spencer Charles N. Harvey III wrote: I mean to write back to the person who posted about 2 hours ago but