HADOOP-13989. Remove erroneous source jar option from hadoop-client shade 
configuration. Contributed by Joe Pallas.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cd59b9cc
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/cd59b9cc
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/cd59b9cc

Branch: refs/heads/HADOOP-13345
Commit: cd59b9ccab51376310484a6e3d9179bb52fccae1
Parents: ff02bdf
Author: Andrew Wang <w...@apache.org>
Authored: Wed Jan 25 15:40:45 2017 -0800
Committer: Andrew Wang <w...@apache.org>
Committed: Wed Jan 25 15:40:45 2017 -0800

----------------------------------------------------------------------
 hadoop-client-modules/hadoop-client-minicluster/pom.xml | 1 -
 hadoop-client-modules/hadoop-client-runtime/pom.xml     | 1 -
 2 files changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/cd59b9cc/hadoop-client-modules/hadoop-client-minicluster/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-client-modules/hadoop-client-minicluster/pom.xml 
b/hadoop-client-modules/hadoop-client-minicluster/pom.xml
index d29ef8f..83d2748 100644
--- a/hadoop-client-modules/hadoop-client-minicluster/pom.xml
+++ b/hadoop-client-modules/hadoop-client-minicluster/pom.xml
@@ -575,7 +575,6 @@
                   <goal>shade</goal>
                 </goals>
                 <configuration>
-                  <createSourceJar>true</createSourceJar>
                   <artifactSet>
                     <excludes>
                       <!-- Fine to expose our already-shaded deps as 
dependencies -->

http://git-wip-us.apache.org/repos/asf/hadoop/blob/cd59b9cc/hadoop-client-modules/hadoop-client-runtime/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-client-modules/hadoop-client-runtime/pom.xml 
b/hadoop-client-modules/hadoop-client-runtime/pom.xml
index 0f3140f..cff3329 100644
--- a/hadoop-client-modules/hadoop-client-runtime/pom.xml
+++ b/hadoop-client-modules/hadoop-client-runtime/pom.xml
@@ -138,7 +138,6 @@
                   <goal>shade</goal>
                 </goals>
                 <configuration>
-                  <createSourceJar>true</createSourceJar>
                   <artifactSet>
                     <excludes>
                       <!-- We need a filter that matches just those things 
that aer included in the api jar -->


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

Reply via email to