DRILL-567: Maven RAT plugin - Ignore all files inside a hidden directory ".*/**"
Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/8a290ea6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/8a290ea6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/8a290ea6 Branch: refs/heads/master Commit: 8a290ea6fe873db446970293679ed0d81ee55911 Parents: fb973c6 Author: Aditya Kishore <[email protected]> Authored: Thu Apr 24 14:32:54 2014 -0700 Committer: Jacques Nadeau <[email protected]> Committed: Mon May 12 11:48:17 2014 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/8a290ea6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d135c56..f567b64 100644 --- a/pom.xml +++ b/pom.xml @@ -136,6 +136,7 @@ <exclude>**/*.iml</exclude> <exclude>**/*.tdd</exclude> <exclude>**/*.project</exclude> + <exclude>.*/**</exclude> </excludes> </configuration> </plugin>
