Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 6.0.0beta17
-
Fix Version/s: None
-
Component/s: Maven
-
Labels:None
-
Number of attachments :
Description
It seems the plugin allows the user to set system properties with the -D prefix.
Still i can't seem to be able to add JVM properties that i need so that i can debug the server.
I need to add to the JVM properties something like:
-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
Ok, i've just realized that jetty uses the same JVM as Maven2.
So, nevermind this issue. It can be close, sorry.