Преглед на файлове

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