浏览代码

HDFS-9856. Suppress Jenkins warning for sample JSON file. Contributed by Xiaobing Zhou

Anu Engineer 9 年之前
父节点
当前提交
3df0781aa7
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      hadoop-hdfs-project/hadoop-hdfs/pom.xml

+ 2 - 0
hadoop-hdfs-project/hadoop-hdfs/pom.xml

@@ -396,6 +396,8 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
             <exclude>src/main/webapps/static/json-bignum.js</exclude>
             <exclude>src/main/webapps/static/dataTables.bootstrap.css</exclude>
             <exclude>src/main/webapps/static/dataTables.bootstrap.js</exclude>
+            <exclude>src/test/resources/diskBalancer/data-cluster-3node-3disk.json</exclude>
+            <exclude>HDFS-1312_CHANGES.txt</exclude>
           </excludes>
         </configuration>
       </plugin>