Repository: incubator-eagle Updated Branches: refs/heads/master 0605b34fa -> f9b131671
EAGLE-206 Fix apache-rat by enabling useDefaultExcludes https://issues.apache.org/jira/browse/EAGLE-206 Closes #130. Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/f9b13167 Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/f9b13167 Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/f9b13167 Branch: refs/heads/master Commit: f9b1316717c0f1083b2b84284ddb2ddfd44d3ca7 Parents: 0605b34 Author: Hao Chen <h...@apache.org> Authored: Wed Mar 23 12:06:16 2016 +0800 Committer: Hao Chen <h...@apache.org> Committed: Wed Mar 23 12:44:02 2016 +0800 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/f9b13167/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7c0e90d..0d81c84 100755 --- a/pom.xml +++ b/pom.xml @@ -889,6 +889,7 @@ <goal>check</goal> </goals> <configuration> + <useDefaultExcludes>true</useDefaultExcludes> <excludes> <!-- Git specific files --> <exclude>.git/</exclude>