How to set VM arguments for Jetty run from maven-jetty-plugin?
For example, I need to pass -Xmx arguments to Jetty run by the mvn jetty:run
-Xmx
mvn jetty:run
The plugin allows you to specify jvmArgs like this:
org.mortbay.jetty jetty-maven-plugin -Xmx1024 10 8080 60000 jetty-env.xml test run-exploded