HADOOP-13989. Remove erroneous source jar option from hadoop-client shade configuration. Contributed by Joe Pallas.
This commit is contained in:
parent
ff02bdfe65
commit
cd59b9ccab
@ -575,7 +575,6 @@
|
|||||||
<goal>shade</goal>
|
<goal>shade</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<createSourceJar>true</createSourceJar>
|
|
||||||
<artifactSet>
|
<artifactSet>
|
||||||
<excludes>
|
<excludes>
|
||||||
<!-- Fine to expose our already-shaded deps as dependencies -->
|
<!-- Fine to expose our already-shaded deps as dependencies -->
|
||||||
|
@ -138,7 +138,6 @@
|
|||||||
<goal>shade</goal>
|
<goal>shade</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<createSourceJar>true</createSourceJar>
|
|
||||||
<artifactSet>
|
<artifactSet>
|
||||||
<excludes>
|
<excludes>
|
||||||
<!-- We need a filter that matches just those things that aer included in the api jar -->
|
<!-- We need a filter that matches just those things that aer included in the api jar -->
|
||||||
|
Loading…
Reference in New Issue
Block a user