HADOOP-13989. Remove erroneous source jar option from hadoop-client shade configuration. Contributed by Joe Pallas.

This commit is contained in:
Andrew Wang 2017-01-25 15:40:45 -08:00
parent ff02bdfe65
commit cd59b9ccab
2 changed files with 0 additions and 2 deletions

View File

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

View File

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