I am trying to debug Maven tests in IntelliJ IDEA. When I open IDEA\'s Maven Projects view and right-click on test goal, I get an option to debug it. C
Just disable the forked mode - something like this in your pom file (under project/build/plugins section):
org.apache.maven.plugins maven-surefire-plugin 2.14 never