فهرست منبع

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

Andrew Wang 8 سال پیش
والد
کامیت
cd59b9ccab

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