Hello Guys, I need to setup some memory config from my maven-jetty plugin.
Tried to set MAVEN_OPTS=-Xms1024M -Xmx1024M -XX:PermSize=96M -XX:MaxPermSize=128M but didn't work. The best scenario for me would be configure this within my pom.xml file. Any idea if that is possible? Any solution that allow me to configure the memory just for running jetty will be ok. Best Regards, -- João Kreuzberg
