Repository: kylin Updated Branches: refs/heads/master 5c1a3d10f -> 713e9f74b
minor, fix apache RAT check on some test files Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/713e9f74 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/713e9f74 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/713e9f74 Branch: refs/heads/master Commit: 713e9f74bd5ae69def13edae14f26c57fbeee44c Parents: 5c1a3d1 Author: Li Yang <liy...@apache.org> Authored: Sat Sep 23 06:02:41 2017 +0000 Committer: Li Yang <liy...@apache.org> Committed: Sat Sep 23 14:05:30 2017 +0800 ---------------------------------------------------------------------- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/713e9f74/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index dca75bb..4993732 100644 --- a/pom.xml +++ b/pom.xml @@ -1442,6 +1442,8 @@ <!--Test Data--> <exclude>**/src/test/resources/**</exclude> + <exclude>examples/sample_cube/template/**</exclude> + <exclude>examples/test_case_data/localmeta/**</exclude> <!-- generated files --> <exclude>**/target/**</exclude> @@ -1484,8 +1486,7 @@ <!-- MIT license --> <exclude>webapp/app/css/AdminLTE.css</exclude> <exclude>webapp/app/css/messenger-theme-ice.css</exclude> - <exclude>webapp/app/js/directives/kylin_abn_tree_directive.js - </exclude> + <exclude>webapp/app/js/directives/kylin_abn_tree_directive.js</exclude> <exclude>webapp/app/js/directives/angular-tree-control.js</exclude> <exclude>webapp/app/js/directives/datetimepicker.js</exclude> <exclude>webapp/app/js/directives/select.js</exclude>