Przeglądaj źródła

HDFS-10221. Add .json to the rat exclusions. Contributed by Ming Ma.

(cherry picked from commit 32c0c3ecdf72e89a63f4aee5e75d1c5a12714b89)
(cherry picked from commit 0795ee687b8f0cde251ba80faff4900be8d72c10)
Akira Ajisaka 9 lat temu
rodzic
commit
3892efd3fb
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      hadoop-hdfs-project/hadoop-hdfs/pom.xml

+ 1 - 0
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>