Re: [m2] Unit test includes

2005-10-21 Thread Richard Wallace
Cool thanks. I actually thought about checking the surefire plugin configuration right after I posted and that's exactly what I wound up doing. The next question I have is if there is anyway to configure the unit tests to run forked in a separate directory. Before, I had a project.properties

Re: [m2] Unit test includes

2005-10-21 Thread Matt Raible
package src test maven-surefire-plugin **/*TestCase.java **/*WebTest.java On 10/21/05, Richard Wa

[m2] Unit test includes

2005-10-21 Thread Richard Wallace
Hey everyone, In m1 it was easy to exclude certain things from being run as test cases using: **/*Test.java **/Abstract*.java I don't see anything similar in m2 and it's trying to run my HibernateDaoSupportTestCase which is an abstract base class for