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-exec.git
commit fea0dd9f93a83204cc39234e8eab3b023f234184 Author: Gary Gregory <[email protected]> AuthorDate: Fri Dec 29 10:07:47 2023 -0500 Surefire configuration override is no longer needed --- pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pom.xml b/pom.xml index 13aed45c..76f900ae 100644 --- a/pom.xml +++ b/pom.xml @@ -60,15 +60,6 @@ <build> <defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check pmd:cpd-check pmd:check javadoc:javadoc</defaultGoal> <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <excludes> - <exclude>**/TestUtil.java</exclude> - </excludes> - </configuration> - </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration>
