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 c81818c  Update surefire plugin
c81818c is described below

commit c81818cc914b3e441dc4677ab63dec9c351c1283
Author: Palash Chauhan <[email protected]>
AuthorDate: Tue May 26 12:45:06 2026 -0700

    Update surefire plugin
    
    Co-authored-by: Viraj Jasani <[email protected]>
---
 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>

Reply via email to