You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2017/07/23 15:01:59 UTC

kylin git commit: fix RAT issue

Repository: kylin
Updated Branches:
  refs/heads/2.1.x 9ed3c6323 -> f016b2d15


fix RAT issue


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

Branch: refs/heads/2.1.x
Commit: f016b2d15af1492a41c2812b5b59b237d8a6269d
Parents: 9ed3c63
Author: shaofengshi <sh...@apache.org>
Authored: Sun Jul 23 15:01:53 2017 +0000
Committer: shaofengshi <sh...@apache.org>
Committed: Sun Jul 23 15:01:53 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/kylin/blob/f016b2d1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 506d734..e88aff5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1435,7 +1435,7 @@
 
                                 <!--Test Data-->
                                 <exclude>**/src/test/resources/**</exclude>
-
+                                <exclude>**/test_case_data/localmeta/UUID</exclude>
                                 <!-- generated files -->
                                 <exclude>**/target/**</exclude>
                                 <exclude>lib/**</exclude>