Hi all, I'm having some issues with Java heap space. To get around this I have added the line "MAVEN_OPTS=-Xmx128m" to my mvn.bat file.
However, I would prefer to set it on a project by project basis or even on command line. Is it possible to pass it as an argument when running "mvn ..."? Or can it be added to the POM? I see it can be for the javadoc plugin. Ideally I only need it in the testing phase. Any help appreciated. Cheers Lionel.
