This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-email.git

commit b66ba841131006e07859b6b7a3b56cee02598b4e
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 9 08:21:41 2025 -0500

    Remove redundant reporting plugin with parent POM
---
 pom.xml | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index e0e182c1..08fec532 100644
--- a/pom.xml
+++ b/pom.xml
@@ -432,21 +432,6 @@
 
     <reporting>
         <plugins>
-            <!-- generate the changes report from changes.xml -->
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-changes-plugin</artifactId>
-                <configuration>
-                    <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
-                </configuration>
-                <reportSets>
-                    <reportSet>
-                        <reports>
-                            <report>changes-report</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>

Reply via email to