changeset 258:e73a052c5901

Pass JDK perm-gen settings to itests runs. Reviewed-by: jkang Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-September/025010.html
author Severin Gehwolf <sgehwolf@redhat.com>
date Wed, 13 Sep 2017 18:45:37 +0200
parents 2c430aae0242
children 5704bdfab65e
files pom.xml tests/integration-tests/pom.xml
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
                         <argLine>${surefire.argline}</argLine>
                     </configuration>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-failsafe-plugin</artifactId>
+                    <version>2.19.1</version>
+                    <configuration>
+                        <argLine>${surefire.argline}</argLine>
+                    </configuration>
+                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>
--- 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 @@
         <plugins>
             <plugin>
                 <artifactId>maven-failsafe-plugin</artifactId>
-                <version>2.19.1</version>
                 <executions>
                     <execution>
                         <configuration>