I'm trying to debug maven tests in NetBeans 6.9.1. Does anyone know how to go about doing this? The reason I ask is because if I run my tests using Maven, they all pass. However, if I debug my tests using NetBeans (right click test class -> Debug Test File) my tests fail because I have Surefire set up to handle my tests, and NetBeans seems to use its own test runner. I noticed that Surefire has a debug option, but how would you go about using that with NetBeans, i.e. have it stop on your breakpoints in NetBeans?
Thanks for any help.