Author: tommaso Date: Wed Apr 25 18:01:12 2012 New Revision: 1330447 URL: http://svn.apache.org/viewvc?rev=1330447&view=rev Log: excluded eclipse and idea files from rat check
Modified: incubator/hama/trunk/pom.xml Modified: incubator/hama/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/hama/trunk/pom.xml?rev=1330447&r1=1330446&r2=1330447&view=diff ============================================================================== --- incubator/hama/trunk/pom.xml (original) +++ incubator/hama/trunk/pom.xml Wed Apr 25 18:01:12 2012 @@ -310,6 +310,9 @@ </executions> <configuration> <excludes> + <exclude>.idea/**</exclude> + <exclude>.classpath/**</exclude> + <exclude>.project</exclude> <exclude>**/*.asc</exclude> <exclude>**/logs/**</exclude> <exclude>**/docs/**</exclude>