This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git
commit 380f498d4a0cb0557df72ed24f35ba8824c17c61 Author: Alex Herbert <[email protected]> AuthorDate: Tue Apr 14 13:54:21 2026 +0100 Remove empty plugin entries from build --- pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pom.xml b/pom.xml index 92363f6a..3b10cd6e 100644 --- a/pom.xml +++ b/pom.xml @@ -210,13 +210,6 @@ </compilerArgs> </configuration> </plugin> - - <plugin> - <artifactId>maven-surefire-plugin</artifactId> - </plugin> - <plugin> - <artifactId>maven-failsafe-plugin</artifactId> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-scm-publish-plugin</artifactId>
