I would like to add some tests for the Maven plugin with maven-invoker-plugin. How to do it? It seems I can not find any resources, and it seems that this is simply not being done:
MAVEN_OPTS="-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=9001" mvn clean install
I mean - I can connect this way, but when it starts maven-invoker-plugin, it just sits there. Forever...
Any help would be appreciated.
source
share