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

elharo pushed a commit to branch i11800
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 3d4c1c322619ec02ec57efe64688677899386327
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Mon Mar 16 20:42:00 2026 -0400

    Don't RAT check IDE files
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 07c1a8a112..d44e3fd125 100644
--- a/pom.xml
+++ b/pom.xml
@@ -821,6 +821,12 @@ under the License.
               <exclude>.asf.yaml</exclude>
               <exclude>.mvn/**</exclude>
               <exclude>.jbang/**</exclude>
+              <exclude>**/.project</exclude>
+              <exclude>**/.classpath</exclude>
+              <exclude>**/.settings/**</exclude>
+              <exclude>**/.idea/**</exclude>
+              <exclude>**/*.iml</exclude>
+              <exclude>**/nbproject/**</exclude>
               <!--
                 ! Excluded the license files itself cause they do not have a 
license of themselves.
               -->

Reply via email to