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-collections.git
commit 114470864d0b87e0d7d8705235da325f790e4600 Author: Gary Gregory <[email protected]> AuthorDate: Sun Nov 9 08:18:46 2025 -0500 Remove redundant reporting plugin with parent POM --- pom.xml | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/pom.xml b/pom.xml index 654eb5b1d..7fd946223 100644 --- a/pom.xml +++ b/pom.xml @@ -256,35 +256,6 @@ </build> <reporting> <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-changes-plugin</artifactId> - <version>${commons.changes.version}</version> - <configuration> - <issueLinkTemplatePerSystem> - <default>%URL%/%ISSUE%</default> - </issueLinkTemplatePerSystem> - <!-- Add sample JIRA report - 'mvn changes:jira-report' or 'mvn site' --> - <onlyCurrentVersion>false</onlyCurrentVersion> - <columnNames>Fix Version,Key,Summary,Type,Resolution,Status</columnNames> - <!-- Sort cols have to be reversed in JIRA 4 --> - <sortColumnNames>Key DESC,Type,Fix Version DESC</sortColumnNames> - <resolutionIds>Fixed</resolutionIds> - <statusIds>Resolved,Closed</statusIds> - <!-- Don't include sub-task --> - <typeIds>Bug,New Feature,Task,Improvement,Wish,Test</typeIds> - <fixVersionIds>${commons.release.version}</fixVersionIds> - <maxEntries>500</maxEntries> - </configuration> - <reportSets> - <reportSet> - <reports> - <report>changes-report</report> - <report>jira-report</report> - </reports> - </reportSet> - </reportSets> - </plugin> <plugin> <artifactId>maven-checkstyle-plugin</artifactId> <configuration>
