its not possible to pass MAVEN_OPTS to the forked release build
---------------------------------------------------------------
Key: MRELEASE-206
URL: http://jira.codehaus.org/browse/MRELEASE-206
Project: Maven 2.x Release Plugin
Issue Type: Bug
Affects Versions: 2.0-beta-4, 2.0-beta-3
Reporter: Brian Fox
I need to increase my jvm size for my build. The forked release doesn't get the
maven_opts. I tried the -Darguments:
mvn release:prepare -DdryRun=true -Darguments=-Xmx1024m
gets me this:
[INFO] Invalid task 'mx1024m': you must specify a valid lifecycle phase, or
a goal in the format plugin:goal or
pluginGroupId:pluginArtifactId:pluginVersion
:goal
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira