You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by lu...@apache.org on 2015/06/02 13:33:12 UTC

incubator-kylin git commit: KYLIN 669 exclude dictionary file rat check with MIT-like license

Repository: incubator-kylin
Updated Branches:
  refs/heads/0.7.1 30c913840 -> 7a4330bac


KYLIN 669 exclude dictionary file rat check with MIT-like license


Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/7a4330ba
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/7a4330ba
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/7a4330ba

Branch: refs/heads/0.7.1
Commit: 7a4330bac9202b4861c306f6dc00e72a563fb394
Parents: 30c9138
Author: Luke Han <lu...@apache.org>
Authored: Tue Jun 2 19:33:01 2015 +0800
Committer: Luke Han <lu...@apache.org>
Committed: Tue Jun 2 19:33:01 2015 +0800

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/7a4330ba/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0f0b61d..412a44c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -774,6 +774,9 @@
                                 <exclude>examples/test_case_data/minicluster/hbase-export.tar.gz</exclude>
                                 <exclude>examples/test_case_data/**/*.xml</exclude>
 
+                                <!-- MIT-Like License -->
+                                <exclude>dictionary/src/test/resources/dict/english-words.80 (scowl-2015.05.18).txt</exclude>
+
 
                             </excludes>
                         </configuration>