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 04:24:37 UTC

[4/7] 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/824f96a1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/824f96a1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/824f96a1

Branch: refs/heads/1.x-staging
Commit: 824f96a15d5407ec77cedf502d97d682bd83933b
Parents: 782dd52
Author: shaofengshi <sh...@apache.org>
Authored: Wed Nov 4 15:58:26 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Thu Nov 5 11:16:22 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/824f96a1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 90ba294..72bf7e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -790,6 +790,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>
@@ -842,7 +848,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>