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 2015/11/05 06:23:38 UTC

[6/6] incubator-kylin git commit: update pom.xml with rat exclude

update pom.xml with rat exclude

Signed-off-by: shaofengshi <sh...@apache.org>


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

Branch: refs/heads/2.x-staging
Commit: ca4426c2ba11ccd5f9051891faa88abcf0c44b9f
Parents: 1d9f50c
Author: shaofengshi <sh...@apache.org>
Authored: Wed Nov 4 15:58:26 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Thu Nov 5 13:21:19 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/ca4426c2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index aac3b86..3c696f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -813,6 +813,12 @@
 
                                 <!-- MIT license -->
                                 <exclude>webapp/app/css/AdminLTE.css</exclude>
+                                
+                                <!--configuration file -->
+                                <exclude>webapp/app/routes.json</exclude>
+                                <exclude>webapp/bower.json</exclude>
+                                <exclude>webapp/grunt.json</exclude>
+                                <exclude>webapp/package.json</exclude>
 
                                 <!-- jdbc log -->
                                 <exclude>jdbc/kylin_jdbc.log*</exclude>