This is an automated email from the ASF dual-hosted git repository.
virajjasani pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/phoenix-adapters.git
The following commit(s) were added to refs/heads/main by this push:
new f6df24b Update surefire plugin
f6df24b is described below
commit f6df24b1256e044e28adf7191f855af7c6e218d3
Author: Palash Chauhan <[email protected]>
AuthorDate: Tue May 26 15:38:10 2026 -0700
Update surefire plugin
---
pom.xml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index adc5882..72c6859 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,6 +57,7 @@
<mockito.version>4.11.0</mockito.version>
<test.output.tofile>true</test.output.tofile>
<numForkedIT>1</numForkedIT>
+ <surefire.version>3.0.0-M6</surefire.version>
</properties>
<build>
@@ -74,11 +75,8 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>${surefire.version}</version>
<configuration>
- <includes>
- <include>*IT.java</include>
- <include>*Test.java</include>
- </includes>
<redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
<failIfNoTests>false</failIfNoTests>
</configuration>
@@ -86,6 +84,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
+ <version>${surefire.version}</version>
<!-- Common settings for all executions -->
<configuration>
<encoding>UTF-8</encoding>