HADOOP-16822. Provide source artifacts for hadoop-client-api. Contributed by Karel Kolman.

(cherry picked from commit 2c4ab72a60)
(cherry picked from commit 1b8eb2654a)
(cherry picked from commit 2ba3890b15)
This commit is contained in:
Wei-Chiu Chuang 2021-05-13 20:30:00 +08:00
parent 4cd1596fe7
commit a5d584c684
No known key found for this signature in database
GPG Key ID: B362E1C021854B9D
1 changed files with 4 additions and 0 deletions

View File

@ -87,6 +87,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<configuration>
<createSourcesJar>true</createSourcesJar>
<shadeSourcesContent>true</shadeSourcesContent>
</configuration>
<dependencies>
<dependency>
<groupId>org.apache.hadoop</groupId>