You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2022/10/13 13:20:12 UTC

[tomee] branch main updated: Restore defaults for Fault Tolerance surefire plugin

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/main by this push:
     new 3b8c7c3523 Restore defaults for Fault Tolerance surefire plugin
3b8c7c3523 is described below

commit 3b8c7c3523b9b1a87613212f18cb11c0aaf32d9f
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Thu Oct 13 15:20:02 2022 +0200

    Restore defaults for Fault Tolerance surefire plugin
---
 tck/microprofile-tck/fault-tolerance/pom.xml | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/tck/microprofile-tck/fault-tolerance/pom.xml b/tck/microprofile-tck/fault-tolerance/pom.xml
index 77bffc6c4d..5d34cfe872 100644
--- a/tck/microprofile-tck/fault-tolerance/pom.xml
+++ b/tck/microprofile-tck/fault-tolerance/pom.xml
@@ -35,14 +35,13 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <version>3.0.0-M6</version>
         <configuration>
-          <reuseForks>false</reuseForks>
-          <forkCount>0</forkCount>
+          <reuseForks>true</reuseForks>
+          <forkCount>1</forkCount>
           <dependenciesToScan>
             <dependency>org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-tck</dependency>
           </dependenciesToScan>
           <trimStackTrace>false</trimStackTrace>
           <systemPropertyVariables>
-            <arquillian.launch>tomee-microprofile</arquillian.launch>
             <java.io.tmpdir>./target</java.io.tmpdir>
           </systemPropertyVariables>
         </configuration>
@@ -65,8 +64,8 @@
                   <goal>test</goal>
                 </goals>
                 <configuration>
-                  <reuseForks>false</reuseForks>
-                  <forkCount>0</forkCount>
+                  <reuseForks>true</reuseForks>
+                  <forkCount>1</forkCount>
                   <systemPropertyVariables>
                     <arquillian.launch>tomee-plus</arquillian.launch>
                     <java.io.tmpdir>./target</java.io.tmpdir>
@@ -79,8 +78,8 @@
                   <goal>test</goal>
                 </goals>
                 <configuration>
-                  <reuseForks>false</reuseForks>
-                  <forkCount>0</forkCount>
+                  <reuseForks>true</reuseForks>
+                  <forkCount>1</forkCount>
                   <systemPropertyVariables>
                     <arquillian.launch>tomee-plume</arquillian.launch>
                     <java.io.tmpdir>./target</java.io.tmpdir>