How can I add jvm properties?
for example I wish to add the following
" -Dcom.sun.management.jmxremote.port=8004 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false "
How can I add jvm properties?
for example I wish to add the following
" -Dcom.sun.management.jmxremote.port=8004 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false "
Try setting the JVM properties on the MAVEN_OPTS environment variable, i.e. on Linux
or on Windows create a new environment variable with name MAVEN_OPTS and the JVM properties as value.
If you run maven from the command line on windows you can also set the MAVEN_OPTS temporarily using the command