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-cli.git

commit a2c3617e1e418adf91bdd3a37f873f7dd4e4f49d
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 8 07:24:00 2025 -0500

    Remove plugin configuration that is no longer needed
---
 pom.xml | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/pom.xml b/pom.xml
index 18620ca9..3e9d1f77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,17 +117,6 @@
     <defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check 
spotbugs:check pmd:check javadoc:javadoc</defaultGoal>
     <pluginManagement>
       <plugins>
-        <plugin>
-            <groupId>org.apache.rat</groupId>
-            <artifactId>apache-rat-plugin</artifactId>
-            <version>${commons.rat.version}</version>
-            <!-- Should agree with config in build section -->
-            <configuration>
-              <excludes>
-                <exclude>.asf.yaml</exclude>
-              </excludes>
-            </configuration>
-        </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
@@ -198,17 +187,6 @@
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-maven-plugin</artifactId>
       </plugin>
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <version>${commons.rat.version}</version>
-        <!-- Should agree with config in build section -->
-        <configuration>
-          <excludes>
-            <exclude>.asf.yaml</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
         <configuration>

Reply via email to