You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2023/08/09 16:09:48 UTC

[phoenix-connectors] branch master updated: PHOENIX-6945 Update Surefire plugin to 3.0.0 and switch to TCP forkNode implementation

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

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git


The following commit(s) were added to refs/heads/master by this push:
     new d2299c3  PHOENIX-6945 Update Surefire plugin to 3.0.0 and switch to TCP forkNode implementation
d2299c3 is described below

commit d2299c359cefb57e216faf5c55462411fe950888
Author: Istvan Toth <st...@apache.org>
AuthorDate: Tue Jul 25 10:07:35 2023 +0200

    PHOENIX-6945 Update Surefire plugin to 3.0.0 and switch to TCP forkNode implementation
---
 pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6f4878f..7bbba89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,8 +105,8 @@
 
     <!-- Plugin versions -->
     <maven-assembly-plugin-version>3.1.1</maven-assembly-plugin-version>
-    <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
-    <maven-failsafe-plugin.version>2.22.2</maven-failsafe-plugin.version>
+    <maven-surefire-plugin.version>3.0.0</maven-surefire-plugin.version>
+    <maven-failsafe-plugin.version>3.0.0</maven-failsafe-plugin.version>
     <maven-project-info-reports-plugin.version>3.1.1</maven-project-info-reports-plugin.version>
     <maven-checkstyle-plugin.version>3.1.0</maven-checkstyle-plugin.version>
     <maven-build-helper-plugin.version>3.2.0</maven-build-helper-plugin.version>
@@ -293,6 +293,7 @@
           <version>${maven-failsafe-plugin.version}</version>
           <!-- Common settings for all executions -->
           <configuration>
+            <forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
             <encoding>UTF-8</encoding>
             <forkCount>${numForkedIT}</forkCount>
             <runOrder>alphabetical</runOrder>
@@ -399,6 +400,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
+          <forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
           <forkCount>${numForkedUT}</forkCount>
           <reuseForks>true</reuseForks>
           <argLine>-enableassertions -Xmx2250m -XX:MaxPermSize=128m