# HG changeset patch # User Severin Gehwolf # Date 1505321137 -7200 # Node ID e73a052c59016a3fa7e25b11b875829b77e0bc56 # Parent 2c430aae024200d1d1fc036b46a48562862b723d Pass JDK perm-gen settings to itests runs. Reviewed-by: jkang Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-September/025010.html diff -r 2c430aae0242 -r e73a052c5901 pom.xml --- a/pom.xml Wed Sep 13 11:56:53 2017 -0400 +++ b/pom.xml Wed Sep 13 18:45:37 2017 +0200 @@ -123,6 +123,14 @@ ${surefire.argline} + + org.apache.maven.plugins + maven-failsafe-plugin + 2.19.1 + + ${surefire.argline} + + diff -r 2c430aae0242 -r e73a052c5901 tests/integration-tests/pom.xml --- a/tests/integration-tests/pom.xml Wed Sep 13 11:56:53 2017 -0400 +++ b/tests/integration-tests/pom.xml Wed Sep 13 18:45:37 2017 +0200 @@ -55,7 +55,6 @@ maven-failsafe-plugin - 2.19.1