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-jexl.git
commit a2354786d03101061520b4cb08ea6da60c428477 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Apr 12 13:42:24 2025 -0400 Remove redundant plugin configuration --- pom.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pom.xml b/pom.xml index 6713628c..9c1554e6 100644 --- a/pom.xml +++ b/pom.xml @@ -201,17 +201,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>test-jar</goal> - </goals> - </execution> - </executions> - </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId>