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

jochen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b6d853  Exclude files from the Rat scan, that are generated by 
Eclipse.
7b6d853 is described below

commit 7b6d85364e3e4c118d0061085311b19b2b9c6bd4
Author: Jochen Wiedmann <jochen.wiedm...@gmail.com>
AuthorDate: Mon Jun 9 18:30:22 2025 +0200

    Exclude files from the Rat scan, that are generated by Eclipse.
---
 pom.xml                 | 5 +++++
 src/changes/changes.xml | 1 +
 2 files changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 069ee3a..1888d35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1012,6 +1012,11 @@
             <exclude>.externalToolBuilders/**</exclude>
             <!-- Visual Studio code files -->
             <exclude>.vscode/**</exclude>
+            <!-- Exclude files, that are generated by Eclipse-->
+            <exclude>.project</exclude>
+            <exclude>.classpath</exclude>
+            <exclude>.settings/**</exclude>
+            <exclude>bin/**</exclude>
           </excludes>
         </configuration>
         <executions>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 84a24b5..40b5768 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,7 @@ The <action> type attribute can be add,update,fix,remove.
       <release version="85" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
         <!-- FIX -->
         <!-- ADD -->
+        <action type="add" dev="jochen">Exclude files from the Rat scan, that 
are generated by Eclipse.</action>
         <!-- UPDATE -->
         <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
com.puppycrawl.tools:checkstyle from 10.23.1 to 10.25.0 on Java 11 and 
up.</action>
         <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1.</action>

Reply via email to