You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ma...@apache.org on 2015/05/26 17:21:00 UTC

[14/32] incubator-kylin git commit: KYLIN-697 exclude inner classes in failover

KYLIN-697 exclude inner classes in failover


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

Branch: refs/heads/0.8.0
Commit: ca6a99a5ea56a4cd8ec44ecb2138c258cf6cfdee
Parents: 0d859dd
Author: honma <ho...@ebay.com>
Authored: Tue May 26 10:34:28 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Tue May 26 23:21:27 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/ca6a99a5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 81f1d97..204a5a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -639,6 +639,7 @@
                         </executions>
                         <configuration>
                             <excludes>
+                                <exclude>**/*$*</exclude>
                                 <exclude>**/ITKafka*.java</exclude>
                             </excludes>
                             <systemProperties>