소스 검색

Revert "HADOOP-13989. Fix typo in hadoop-client shade configuration. Contributed by Joe Pallas."

This reverts commit 7e81063c13a636c551d3281966a24ccfcfd46793.
Andrew Wang 8 년 전
부모
커밋
47dfda7c92
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      hadoop-client-modules/hadoop-client-minicluster/pom.xml
  2. 1 1
      hadoop-client-modules/hadoop-client-runtime/pom.xml

+ 1 - 1
hadoop-client-modules/hadoop-client-minicluster/pom.xml

@@ -569,7 +569,7 @@
               <goal>shade</goal>
             </goals>
             <configuration>
-              <createSourcesJar>true</createSourcesJar>
+              <createSourceJar>true</createSourceJar>
               <artifactSet>
                 <excludes>
                   <!-- Fine to expose our already-shaded deps as dependencies -->

+ 1 - 1
hadoop-client-modules/hadoop-client-runtime/pom.xml

@@ -132,7 +132,7 @@
               <goal>shade</goal>
             </goals>
             <configuration>
-              <createSourcesJar>true</createSourcesJar>
+              <createSourceJar>true</createSourceJar>
               <artifactSet>
                 <excludes>
                   <!-- We need a filter that matches just those things that aer included in the api jar -->