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/10/26 10:08:05 UTC

[19/45] incubator-kylin git commit: exclude server/logs from RAT

exclude server/logs from RAT

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

Branch: refs/heads/master
Commit: 20f6eaf69fd1fa74c801d9df808bc4fc59e48fce
Parents: 734bf3a
Author: shaofengshi <sh...@apache.org>
Authored: Tue Sep 29 09:42:48 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Tue Sep 29 09:42:48 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/20f6eaf6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 56ed278..e72c81f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -622,6 +622,7 @@
                                 <exclude>**/*.pdf</exclude>
                                 <exclude>**/*.log</exclude>
                                 <exclude>dist/**</exclude>
+                                <exclude>server/logs**</exclude>
 
                                 <exclude>**/.checkstyle</exclude>
                                 <!--Job's Test Data-->