More Maven/Eclipse test nonsense
Oct. 5th, 2015 06:01 pmI said how to run one test from maven. I still can't run tests in Eclipse (but for a different reason now) so I found out how to debug tests running in Maven.
Then you can attach the debugger on port 5005. That part does work in Eclipse.mvn -Dmaven.surefire.debug -DskipTests=false -Dtest=[testclass] test