HADOOP-14685. Exclude some test jars from hadoop-client-minicluster jar. Contributed by Bharat Viswanadham.

This commit is contained in:
Arpit Agarwal 2017-08-04 16:46:59 -07:00
parent f44b349b81
commit 024c3ec4a3
1 changed files with 7 additions and 0 deletions

View File

@ -634,6 +634,13 @@
<exclude>**/*</exclude>
</excludes>
</filter>
<filter>
<artifact>org.apache.hadoop:hadoop-mapreduce-client-jobclient:*</artifact>
<excludes>
<exclude>testjar/*</exclude>
<exclude>testshell/*</exclude>
</excludes>
</filter>
</filters>
<relocations>
<relocation>