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

This commit is contained in:
Wei-Chiu Chuang 2021-05-13 20:30:00 +08:00
parent 35ca1dcb9d
commit 2c4ab72a60
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>