Using intellij and maven pom files, how do i debug tests run inside the maven test goal?
When i run them directly in the code, it complains something about profiles
What about a right click on your goal and "Debug [your goal]" (in your case the test goal)?