You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by we...@apache.org on 2021/05/13 12:42:15 UTC

[hadoop] branch branch-3.3 updated: HADOOP-16822. Provide source artifacts for hadoop-client-api. Contributed by Karel Kolman.

This is an automated email from the ASF dual-hosted git repository.

weichiu pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new 1b8eb26  HADOOP-16822. Provide source artifacts for hadoop-client-api. Contributed by Karel Kolman.
1b8eb26 is described below

commit 1b8eb2654a8d0a73da720f5724289e25cf34d198
Author: Wei-Chiu Chuang <we...@apache.org>
AuthorDate: Thu May 13 20:30:00 2021 +0800

    HADOOP-16822. Provide source artifacts for hadoop-client-api. Contributed by Karel Kolman.
    
    (cherry picked from commit 2c4ab72a60113e4dd4ef2375e6f9413e519b1044)
---
 hadoop-client-modules/hadoop-client-api/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hadoop-client-modules/hadoop-client-api/pom.xml b/hadoop-client-modules/hadoop-client-api/pom.xml
index f1eb935..cbc004e 100644
--- a/hadoop-client-modules/hadoop-client-api/pom.xml
+++ b/hadoop-client-modules/hadoop-client-api/pom.xml
@@ -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>

---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org