-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61699/
-----------------------------------------------------------
Review request for Ambari, Nate Cole and Robert Levas.
Bugs: AMBARI-21735
https://issues.apache.org/jira/browse/AMBARI-21735
Repository: ambari
Description
-------
Regardless of what options are set via {{MAVEN_OPTS}} or even
{{-DargLine=...}}, the surefire plugin seems to force the hard coded arg lines
for forked VMs:
{code}
/Library/Java/JavaVirtualMachines/jdk1.8.0_31.jdk/Contents/Home/jre/bin/java
-Xms512m -Xmx1024m -jar
{code}
Setting argLines to different values is never picked up.
Diffs
-----
ambari-project/pom.xml 91ddb45d09
ambari-server/pom.xml 3ff8218a70
Diff: https://reviews.apache.org/r/61699/diff/1/
Testing
-------
mvn clean test
Thanks,
Jonathan Hurley