Revert "HADOOP-13989. Fix typo in hadoop-client shade configuration. Contributed by Joe Pallas."
This reverts commit 7e81063c13
.
This commit is contained in:
parent
4d1f3d9020
commit
47dfda7c92
@ -569,7 +569,7 @@
|
|||||||
<goal>shade</goal>
|
<goal>shade</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<createSourcesJar>true</createSourcesJar>
|
<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 -->
|
||||||
|
@ -132,7 +132,7 @@
|
|||||||
<goal>shade</goal>
|
<goal>shade</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<createSourcesJar>true</createSourcesJar>
|
<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