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

benstpierre picture benstpierre · May 15, 2012 · Viewed 13k times · Source

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?

Answer

Andrew Logvinov picture Andrew Logvinov · May 15, 2012

I assume extraJvmArgs option should be configured.