Pārlūkot izejas kodu

MAPREDUCE-6868. License check for jdiff output files should be ignored. Contributed by Akira Ajisaka.
(cherry picked from commit 945b006fe85473c1bb87830dbbfc1df9051c7bb9)

Junping Du 8 gadi atpakaļ
vecāks
revīzija
0e8beb214d
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      hadoop-mapreduce-project/pom.xml

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

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