HIVE-16161: Disable "packaging.minimizeJar" for JDBC build (Tao Li, reviewed by 
Vaibhav Gumashta)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/374b46ca
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/374b46ca
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/374b46ca

Branch: refs/heads/hive-14535
Commit: 374b46ca5159fdefe43ed15a276bd517c890637d
Parents: 9d3c33b
Author: Daniel Dai <[email protected]>
Authored: Fri Mar 10 14:33:27 2017 -0800
Committer: Daniel Dai <[email protected]>
Committed: Fri Mar 10 14:33:27 2017 -0800

----------------------------------------------------------------------
 jdbc/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/374b46ca/jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index c5da5f7..8adf67b 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -127,7 +127,7 @@
    <profile>
       <id>dist</id>
       <properties>
-        <packaging.minimizeJar>true</packaging.minimizeJar>
+        <packaging.minimizeJar>false</packaging.minimizeJar>
       </properties>
     </profile>
   </profiles>

Reply via email to