소스 검색

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

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

+ 0 - 1
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 -->

+ 0 - 1
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 -->