Community
Participate
Working Groups
Build Identifier: Following up on http://dev.eclipse.org/mhonarc/lists/jetty-dev/msg00040.html and http://stackoverflow.com/questions/5170332/how-to-enable-java-assertions-in-jetty-maven-plugin we need a way to run jetty:run in a separate JVM and pass it a separate set of JVM options than Maven itself. Reproducible: Always
I am running version 6.1.26 but I believe this affects the 7.x plugin as well.
I just tried version 7.4.4.v20110707. There doesn't seem to be any obvious way to pass JVM options to jetty:run so I believe the RFE applies to this version.
Dropping priority on this, its a nice idea and if someone would like to contribute a patch for this we can certainly take a look
Gili, See also codehaus jetty issues: http://jira.codehaus.org/browse/JETTY-991
Fixed for 7.5.2. Use new <configuration> element <jvmArgs> with the mvn jetty:run-forked goal eg: <jvmArgs>-verbose -Xprof -Dfoo=bar</jvmArgs>