How would I give the GWT-compiler more memory when using GWT-Maven?

gwt, gwt-compiler, gwt-maven-plugin, maven

Solution

I assume `extraJvmArgs` option should be configured.

Problem

We have a Maven build that runs the GWT plugin (gwt-maven). Unfortently it is running out of memory. Do I need to give Maven itself more heap or do I need to give GWT more heap? Any idea how to specify this for a pom.xml file?

Original source

Related problems