Running JUnit Test (with Maven dependency)
Is there a way to run a JUnit test in Maven that has Maven dependencies? It seems to have a different view of the classpath than Maven. When I run mvn test, it works fine. I would like this functionality so that I can debug tests easily instead of relying on Remote Debugging.
Please sign in to leave a comment.
What IDEA version do you use?
Please first try 10.0.3 EAP (http://confluence.jetbrains.net/display/IDEADEV/IDEA+X+EAP) and if the problem recurs, please attach a sample project.