You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/03/14 01:02:17 UTC

[05/47] incubator-kylin git commit: fix KYLIN-621

fix KYLIN-621


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

Branch: refs/heads/master
Commit: bf1520b08a2497197cabb4975353d2d5a756fc80
Parents: 8227739
Author: qianhao.zhou <qi...@ebay.com>
Authored: Thu Mar 5 10:16:14 2015 +0800
Committer: qianhao.zhou <qi...@ebay.com>
Committed: Thu Mar 5 10:16:14 2015 +0800

----------------------------------------------------------------------
 job/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/bf1520b0/job/pom.xml
----------------------------------------------------------------------
diff --git a/job/pom.xml b/job/pom.xml
index c8fbc73..1fff5af 100644
--- a/job/pom.xml
+++ b/job/pom.xml
@@ -268,6 +268,15 @@
                 <configuration>
                     <shadedArtifactAttached>true</shadedArtifactAttached>
                     <shadedClassifierName>job</shadedClassifierName>
+                    <filters>
+                        <filter>
+                            <excludes>
+                                <exclude>META-INF/*.SF</exclude>
+                                <exclude>META-INF/*.DSA</exclude>
+                                <exclude>META-INF/*.RSA</exclude>
+                            </excludes>
+                        </filter>
+                    </filters>
                 </configuration>
 
             </plugin>