changeset 291:dd3f50e39a56

Don't reuse forks for maven failsafe Reviewed-by: jerboaa Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-October/025517.html
author Jie Kang <jkang@redhat.com>
date Tue, 24 Oct 2017 12:58:31 -0400
parents de2b19515d30
children 1738c834713c
files pom.xml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pom.xml	Tue Oct 24 09:38:35 2017 -0400
+++ b/pom.xml	Tue Oct 24 12:58:31 2017 -0400
@@ -137,6 +137,8 @@
                     <artifactId>maven-failsafe-plugin</artifactId>
                     <version>2.19.1</version>
                     <configuration>
+                        <forkCount>1</forkCount>
+                        <reuseForks>false</reuseForks>
                         <argLine>${surefire.argline}</argLine>
                     </configuration>
                 </plugin>