Просмотр исходного кода

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

Junping Du 8 лет назад
Родитель
Сommit
945b006fe8
1 измененных файлов с 1 добавлено и 0 удалено
  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>