HADOOP-13989. Fix typo in 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/7e81063c
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7e81063c
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/7e81063c

Branch: refs/heads/YARN-2915
Commit: 7e81063c13a636c551d3281966a24ccfcfd46793
Parents: 89bb05d
Author: Akira Ajisaka <aajis...@apache.org>
Authored: Tue Jan 17 17:23:51 2017 +0900
Committer: Akira Ajisaka <aajis...@apache.org>
Committed: Tue Jan 17 17:23:51 2017 +0900

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/7e81063c/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 8ab70d8..28fb3bd 100644
--- a/hadoop-client-modules/hadoop-client-minicluster/pom.xml
+++ b/hadoop-client-modules/hadoop-client-minicluster/pom.xml
@@ -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 
-->

http://git-wip-us.apache.org/repos/asf/hadoop/blob/7e81063c/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 aa1a54b..7098ae8 100644
--- a/hadoop-client-modules/hadoop-client-runtime/pom.xml
+++ b/hadoop-client-modules/hadoop-client-runtime/pom.xml
@@ -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 -->


---------------------------------------------------------------------
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