Repository: hadoop Updated Branches: refs/heads/branch-2.8 2da119469 -> 3892efd3f
HDFS-10221. Add .json to the rat exclusions. Contributed by Ming Ma. (cherry picked from commit 32c0c3ecdf72e89a63f4aee5e75d1c5a12714b89) (cherry picked from commit 0795ee687b8f0cde251ba80faff4900be8d72c10) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3892efd3 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/3892efd3 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/3892efd3 Branch: refs/heads/branch-2.8 Commit: 3892efd3fb3f7271a88335a0a0bb080ffea34911 Parents: 2da1194 Author: Akira Ajisaka <[email protected]> Authored: Thu Mar 31 09:04:09 2016 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Thu Mar 31 09:06:48 2016 +0900 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/3892efd3/hadoop-hdfs-project/hadoop-hdfs/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs/pom.xml index ea546ca..8ab1247 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/pom.xml @@ -381,6 +381,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> <exclude>src/test/all-tests</exclude> <exclude>src/test/resources/*.tgz</exclude> <exclude>src/test/resources/data*</exclude> + <exclude>**/*.json</exclude> <exclude>src/test/resources/editsStored*</exclude> <exclude>src/test/resources/empty-file</exclude> <exclude>src/main/webapps/datanode/robots.txt</exclude>
