Skip to content

Commit

Permalink
PHOENIX-6945 Update to Surefire plugin to 3.0.0 and switch to TCP for…
Browse files Browse the repository at this point in the history
…kNode implementation
  • Loading branch information
stoty committed May 4, 2023
1 parent 9a50b02 commit db0c63f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions phoenix-pherf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@
<configuration>
<workingDirectory>${java.io.tmpdir}</workingDirectory>
<forkCount>1</forkCount>
<forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
</configuration>
</plugin>
<plugin>
Expand Down
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<maven-antlr-eclipse-plugin.version>${antlr.version}</maven-antlr-eclipse-plugin.version>
<maven-project-info-reports-plugin.version>3.1.1</maven-project-info-reports-plugin.version>
<!-- Override property in ASF parent -->
<surefire.version>3.0.0-M6</surefire.version>
<surefire.version>3.0.0</surefire.version>
<spotbugs-maven-plugin.version>4.4.1</spotbugs-maven-plugin.version>
<spotbugs.version>4.4.1</spotbugs.version>
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
Expand Down Expand Up @@ -321,6 +321,7 @@
<trimStackTrace>false</trimStackTrace>
<!-- https://www.orpiske.net/2021/04/test-woes-with-maven-failsafe-3-0-0-m5 -->
<useModulePath>false</useModulePath>
<forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
</configuration>
<executions>
<execution>
Expand Down Expand Up @@ -578,6 +579,7 @@
<redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
<shutdown>exit</shutdown>
<trimStackTrace>false</trimStackTrace>
<forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
</configuration>
</plugin>
<!-- All projects create a test jar -->
Expand Down

0 comments on commit db0c63f

Please sign in to comment.