mvn jetty:run -DargLine="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000"Regards Rafael
August 13, 2009
Start Maven in Debug Mode
« Maven XML Plugin - Validation | Main | Java Reflection Example - Dump Field Values »
Posted by at 5:14 PM in Maven
[Trackback URL for this entry]
Comment: at Di, 6 Apr 5:16 PM
Is this supposed to work with all plugins or just jetty? I am trying Cargo, but it doesn't wait.
pater << -X is something else.

even easier with
mvn -X ....