You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2014/09/20 19:13:29 UTC

svn commit: r1626481 - /hive/trunk/jdbc/pom.xml

Author: hashutosh
Date: Sat Sep 20 17:13:28 2014
New Revision: 1626481

URL: http://svn.apache.org/r1626481
Log:
HIVE-8185 : hive-jdbc-0.14.0-SNAPSHOT-standalone.jar fails verification for signatures in build (Deepesh Khandelwal via Gopal V)

Modified:
    hive/trunk/jdbc/pom.xml

Modified: hive/trunk/jdbc/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/jdbc/pom.xml?rev=1626481&r1=1626480&r2=1626481&view=diff
==============================================================================
--- hive/trunk/jdbc/pom.xml (original)
+++ hive/trunk/jdbc/pom.xml Sat Sep 20 17:13:28 2014
@@ -152,6 +152,16 @@
                   <exclude>org.apache.velocity:*</exclude>
                 </excludes>
               </artifactSet>
+              <filters>
+                <filter>
+                  <artifact>*:*</artifact>
+                  <excludes>
+                    <exclude>META-INF/*.SF</exclude>
+                    <exclude>META-INF/*.DSA</exclude>
+                    <exclude>META-INF/*.RSA</exclude>
+                  </excludes>
+                </filter>
+              </filters>
             </configuration>
           </execution>
         </executions>