-
Suggestion
-
Resolution: Fixed
The "Environment Variables" example on the "Maven 3.x Configuration" task shows JAVA_OPTS instead of MAVEN_OPTS.
While its valid to set JAVA_OPTS, in the context of a Maven builder, this value is meaningless. The mvn[.bat] scripts use MAVEN_OPTS not JAVA_OPTS to configure the options for the Java VM.