Browse Source

MAPREDUCE-6868. License check for jdiff output files should be ignored. Contributed by Akira Ajisaka.

Junping Du 8 năm trước cách đây
mục cha
commit
945b006fe8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      hadoop-mapreduce-project/pom.xml

+ 1 - 0
hadoop-mapreduce-project/pom.xml

@@ -194,6 +194,7 @@
           <excludes>
             <exclude>.eclipse.templates/</exclude>
             <exclude>lib/jdiff/**</exclude>
+            <exclude>dev-support/jdiff/**</exclude>
           </excludes>
         </configuration>
       </plugin>