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-codec.git
The following commit(s) were added to refs/heads/master by this push: new 6d6456ca No need to exclude abstract test classes from Surefire runs 6d6456ca is described below commit 6d6456ca94448ba8ea105e697e3f89a67f3cb7c1 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jul 19 13:02:06 2025 -0400 No need to exclude abstract test classes from Surefire runs --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6dbb8381..9fc334c0 100644 --- a/pom.xml +++ b/pom.xml @@ -178,7 +178,6 @@ limitations under the License. <artifactId>maven-surefire-plugin</artifactId> <configuration> <excludes> - <exclude>**/*AbstractTest.java</exclude> <exclude>**/*PerformanceTest.java</exclude> </excludes> </configuration>