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:26:51 UTC

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

update pom.xml with rat exclude

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

Branch: refs/heads/master
Commit: 8d1deac1b60110e5c31e46ac8293aabc821bba8b
Parents: 6ef797b
Author: shaofengshi <sh...@apache.org>
Authored: Wed Nov 4 15:58:26 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Wed Nov 4 15:58:26 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/8d1deac1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c4a8371..d0aed9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -794,6 +794,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>
@@ -846,7 +852,6 @@
                                     <appendAssemblyId>true</appendAssemblyId>
                                     <descriptor>src/main/config/assemblies/source-assembly.xml</descriptor>
                                     <finalName>apache-kylin-${project.version}</finalName>
-                                    <tarLongFileMode>gnu</tarLongFileMode>
                                 </configuration>
                             </execution>
                         </executions>