Hello I'm trying to debug my Maven Projects (multi module project with parent pom) according this post:
Right click project
Debug as -> Maven build ...
In the goals field put -Dmaven.surefire.debug test
In the parameters put a new parameter called forkMode with a value of never (Maven build debug in Eclipse)
The maven build starts and after building all projects it stops. The application does not start and nothing happens.
Do I have to setup anything in the parent pom.xml?