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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jxpath.git

commit 85becb83ac1fe42bf25cee6b8d0446c7186c7716
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Apr 12 09:05:48 2025 -0400

    Remove obsolete maven-surefire-plugin configuration
---
 pom.xml                 | 8 --------
 src/changes/changes.xml | 1 +
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index b5ac8c7..261315c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,14 +76,6 @@
           </excludes>
         </configuration>
       </plugin>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <includes>
-            <include>**/*Test.java</include>
-          </includes>
-        </configuration>
-      </plugin>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c7d3d68..67a0b1f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -170,6 +170,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="remove" due-to="Gary Gregory">Remove 
obsolete Apache RAT file.</action>
       <action dev="ggregory" type="remove" due-to="Gary Gregory">Remove 
obsolete Apache Ant files.</action>
       <action dev="ggregory" type="remove" due-to="Gary Gregory">Remove 
obsolete src/conf/MANIFEST.MF file.</action>
+      <action dev="ggregory" type="remove" due-to="Gary Gregory">Remove 
obsolete maven-surefire-plugin configuration.</action>
     </release>
   </body>
 </document>

Reply via email to