HADOOP-13989. Fix typo in hadoop-client shade configuration. Contributed by Joe Pallas.
This commit is contained in:
parent
89bb05d92b
commit
7e81063c13
|
@ -569,7 +569,7 @@
|
|||
<goal>shade</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<createSourceJar>true</createSourceJar>
|
||||
<createSourcesJar>true</createSourcesJar>
|
||||
<artifactSet>
|
||||
<excludes>
|
||||
<!-- Fine to expose our already-shaded deps as dependencies -->
|
||||
|
|
|
@ -132,7 +132,7 @@
|
|||
<goal>shade</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<createSourceJar>true</createSourceJar>
|
||||
<createSourcesJar>true</createSourcesJar>
|
||||
<artifactSet>
|
||||
<excludes>
|
||||
<!-- We need a filter that matches just those things that aer included in the api jar -->
|
||||
|
|
Loading…
Reference in New Issue