Revert "HADOOP-13989. Fix typo in hadoop-client shade configuration. Contributed by Joe Pallas."

This reverts commit 7e81063c13.
This commit is contained in:
Andrew Wang 2017-01-17 16:23:38 -08:00
parent 4d1f3d9020
commit 47dfda7c92
2 changed files with 2 additions and 2 deletions

View File

@ -569,7 +569,7 @@
<goal>shade</goal>
</goals>
<configuration>
<createSourcesJar>true</createSourcesJar>
<createSourceJar>true</createSourceJar>
<artifactSet>
<excludes>
<!-- Fine to expose our already-shaded deps as dependencies -->

View File

@ -132,7 +132,7 @@
<goal>shade</goal>
</goals>
<configuration>
<createSourcesJar>true</createSourcesJar>
<createSourceJar>true</createSourceJar>
<artifactSet>
<excludes>
<!-- We need a filter that matches just those things that aer included in the api jar -->