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
-DforkMode=never doesn't work anymore, it is now deprecated in SureFire.
-DforkMode=never
Use -DforkCount=0 instead when using surefire plugin 2.14+.
-DforkCount=0