You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2016/05/31 04:51:15 UTC

svn commit: r1746215 - /commons/proper/commons-parent/trunk/pom.xml

Author: ggregory
Date: Tue May 31 04:51:15 2016
New Revision: 1746215

URL: http://svn.apache.org/viewvc?rev=1746215&view=rev
Log:
RAT: Exclude Eclipse local files and folders.

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1746215&r1=1746214&r2=1746215&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue May 31 04:51:15 2016
@@ -41,6 +41,7 @@ Version 41:
 
 - Update Apache parent: 17 -> 18
 - changed ciManagement to Jenkins builds.apache.org
+- RAT: Exclude Eclipse local files and folders
 
 Version 40:
 
@@ -556,6 +557,9 @@ Version 39:
             <exclude>.pmd</exclude>
             <exclude>src/site/resources/download_*.cgi</exclude>
             <exclude>src/site/resources/profile.*</exclude>
+            <!-- Exclude Eclipse local files and folders -->
+            <exclude>maven-eclipse.xml</exclude>
+            <exclude>.externalToolBuilders/**</exclude>
           </excludes>
         </configuration>
       </plugin>