最佳答案
Possible Duplicate:
Maven Jetty plugin - how to control VM arguments?
In particular, I want to do something like this:
mvn -DjvmArgs="-Xmx2000m -Xms1000m -XX:PermSize=512m -XX:MaxPermSize=512m" jetty:run -Pmyprofile
Oh, and I would like to do this without having to modify the pom files or set any environment variables.. etc