I am trying to debug following maven project in Eclipse: https://code.google.com/p/cloudscale/
I followed the instructions of RickHigh (found here https://stackoverflow.com/a/19986408/3014213) and when I write mvnDebug exec:exec in Terminal the lines
Preparing to Execute Maven in Debug Mode
Listening for transport dt_socket at address: 8000
appears and after starting the Remote Java Application in Eclipse, the project is started BUT it does not hold on breakpoints...
Any ideas, what could go wrong?