I would like to automatically launch and debug unit tests on a remote machine in a Maven project using Netbeans. All the IDE features should work, such as debugging, the output
Surefire/Failsafe plugin supports remote debugging out of the box: http://maven.apache.org/surefire/maven-surefire-plugin/examples/debugging.html