Author: sslavic
Date: Tue Sep 24 23:04:07 2013
New Revision: 1526047
URL: http://svn.apache.org/r1526047
Log:
MAHOUT-1342: Exclude git repo files, Eclipse IDE specific files and patch files
from RAT check
Modified:
mahout/trunk/pom.xml
Modified: mahout/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1526047&r1=1526046&r2=1526047&view=diff
==============================================================================
--- mahout/trunk/pom.xml (original)
+++ mahout/trunk/pom.xml Tue Sep 24 23:04:07 2013
@@ -740,6 +740,11 @@
<exclude>**/testdata/**</exclude>
<exclude>**/.idea/**</exclude>
<exclude>**/package-info.java</exclude>
+ <exclude>**/.git/**</exclude>
+ <exclude>**/.classpath</exclude>
+ <exclude>**/.project</exclude>
+ <exclude>**/.settings/**</exclude>
+ <exclude>**/*.patch</exclude>
</excludes>
<excludeSubProjects>false</excludeSubProjects>
</configuration>