Hi there, When executing mvn compile on project configured with gwt-maven-plugin, I receive following error:
[INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] GWTCompiler#main(String[]) failed. Java heap space [INFO] ------------------------------------------------------------------------ This means that I need to increase heap, but I cannot find how to achieve this with gwt-maven-plugin. I am running 1.0 version. Sincerely yours, Mike Chaliy.
