Repository: crunch Updated Branches: refs/heads/master 958d011a4 -> 4e1cc9ede
One-liner: Exclude resources/*.xml file from RAT checks Project: http://git-wip-us.apache.org/repos/asf/crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/4e1cc9ed Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/4e1cc9ed Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/4e1cc9ed Branch: refs/heads/master Commit: 4e1cc9ede6fe794c0b0ab798c2a389177446e095 Parents: 958d011 Author: Josh Wills <[email protected]> Authored: Thu Feb 5 11:49:35 2015 -0800 Committer: Josh Wills <[email protected]> Committed: Thu Feb 5 11:49:35 2015 -0800 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/4e1cc9ed/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1237347..519d65b 100644 --- a/pom.xml +++ b/pom.xml @@ -633,6 +633,7 @@ under the License. <exclude>**/resources/**/*.txt</exclude> <exclude>**/resources/*.avro</exclude> <exclude>**/resources/*.csv</exclude> + <exclude>**/resources/*.xml</exclude> <exclude>**/goal.txt</exclude> <exclude>**/target/generated-test-sources/**</exclude> <exclude>**/scripts/scrunch</exclude>
