Author: ggregory
Date: Tue May 31 04:54:11 2016
New Revision: 1746217

URL: http://svn.apache.org/viewvc?rev=1746217&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=1746217&r1=1746216&r2=1746217&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue May 31 04:54:11 2016
@@ -732,6 +732,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>


Reply via email to