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


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/945b006f
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/945b006f
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/945b006f

Branch: refs/heads/HDFS-9806
Commit: 945b006fe85473c1bb87830dbbfc1df9051c7bb9
Parents: e0a2eb7
Author: Junping Du <junping...@apache.org>
Authored: Sun Mar 26 23:18:05 2017 -0700
Committer: Junping Du <junping...@apache.org>
Committed: Sun Mar 26 23:18:05 2017 -0700

----------------------------------------------------------------------
 hadoop-mapreduce-project/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/945b006f/hadoop-mapreduce-project/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-mapreduce-project/pom.xml b/hadoop-mapreduce-project/pom.xml
index 829a56c..52c9c07 100644
--- a/hadoop-mapreduce-project/pom.xml
+++ b/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>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to