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

This commit is contained in:
Anu Engineer 2016-03-03 21:27:57 -08:00 committed by Arpit Agarwal
parent 9847640603
commit 3df0781aa7
1 changed files with 2 additions and 0 deletions

View File

@ -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>