Possible duplicate:
Maven jetty plugin - how to manage 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
java maven jetty
Charlotte Tan Sep 21 '12 at 6:25 2012-09-21 06:25
source share