invoker.mavenOpts seemingly ignored ----------------------------------- Key: MINVOKER-105 URL: http://jira.codehaus.org/browse/MINVOKER-105 Project: Maven 2.x Invoker Plugin Issue Type: Bug Affects Versions: 1.5 Reporter: Benson Margulies
I set up a 'trivial' invocation of the integration-test goal. I have an invoker.properties. It contains: {code} invoker.mavenOpts = -Xmx2g -XX:MaxPermSize=256m {code} Yet, -X says: {noformat} [INFO] Building: aegis_standalone/pom.xml [DEBUG] build log initialized in: /Users/benson/asf/cxf/test-samples/target/it/aegis_standalone/build.log [DEBUG] Using MAVEN_OPTS: null [DEBUG] Executing: /bin/sh -c cd /Users/benson/asf/cxf/test-samples/target/it/aegis_standalone && /opt/apache-maven-2.2.1/bin/mvn -B -D maven.repo.local=/Users/benson/.m2/repository package {noformat} in a similiar vein, I also have an invoker.SystemProperties, and yet the contents thereof do not appear on the command line as -D options. -- 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