Hi, I am new to maven. Is there a way to control which test classes are called when I do an mvn install? One of my junit test cases is causing the jvm to run out of memory, but works fine in eclipse. I would like to be able to troubleshoot it and was wondering if there is a way to just to call that test case. Alternatively, is it possible to do an mvn install or other command that will build the project without running the test cases.
thanks in advance
