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/08 19:14:46 UTC

[31/50] [abbrv] incubator-kylin git commit: KYLIN 669 exclude dictionary file rat check with MIT-like license

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/8e9e97e0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/8e9e97e0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/8e9e97e0

Branch: refs/heads/master
Commit: 8e9e97e06cd4992cadd08198366922d0530afd6f
Parents: 2e3a00d
Author: Luke Han <lu...@apache.org>
Authored: Tue Jun 2 19:38:56 2015 +0800
Committer: Luke Han <lu...@apache.org>
Committed: Tue Jun 2 19:38:56 2015 +0800

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/8e9e97e0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 219f183..0ef018a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -775,7 +775,7 @@
                                 <exclude>examples/test_case_data/**/*.xml</exclude>
 
                                 <!-- MIT-Like License -->
-                                <exclude>dictionary/src/test/resources/dict/english-words*.txt</exclude>
+                                <exclude>dictionary/src/test/resources/dict/**</exclude>
 
 
                             </excludes>