Is there any way of getting maven to skip a specific test class?
I am developing my tests now, and each time I write a new test or debug a current test, I do a "mvn test" which of course runs through them all.
Lets say I have a package structure like:
com.me.a
com.me.b
and I am developing in b -- How do I skip all the tests in a? Can this even be done?