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 2c868955f67100d5a6402f92d7b56015a6b1c2d7
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Apr 12 13:34:07 2025 -0400

    Custom Apache RAT configuration is no longer needed
---
 pom.xml | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/pom.xml b/pom.xml
index eb314ff4..e74635ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -282,18 +282,6 @@
                     </dependency>
                 </dependencies>
             </plugin>
-
-            <!-- Allow RAT to be run from command-line. Must agree with config 
in report section. -->
-            <plugin>
-                <groupId>org.apache.rat</groupId>
-                <artifactId>apache-rat-plugin</artifactId>
-                <configuration>
-                    <excludes>
-                        <exclude>.travis.yml</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
-
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-pmd-plugin</artifactId>
@@ -457,17 +445,6 @@
                     </parameter>
                 </configuration>
             </plugin>
-
-            <plugin>
-                <groupId>org.apache.rat</groupId>
-                <artifactId>apache-rat-plugin</artifactId>
-                <configuration>
-                    <excludes>
-                        <exclude>.travis.yml</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
-
             <plugin>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>

Reply via email to