How does one increase the heap size of the m2e Eclipse plugin? Basically, I\'m trying to run an automated integration test using Cargo and Selenium under STS (SpringSource\'
You can add in your pom.xml your memory settings:
maven-compiler-plugin ... true 128m 512m ...
The description of all maven-compiler-plugin parameters is here: link