Repository: hive
Updated Branches:
  refs/heads/master 6fbdf3748 -> 07529f7e9


HIVE-20786 - Maven Build Failed with group id is too big (Szehon, reviewed by 
Vihang)


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

Branch: refs/heads/master
Commit: 07529f7e9350e588b34307c8731638983da4f070
Parents: 6fbdf37
Author: Szehon Ho <szehon.apa...@gmail.com>
Authored: Thu Nov 15 21:06:04 2018 +0100
Committer: Szehon Ho <szehon.apa...@gmail.com>
Committed: Thu Nov 15 21:06:04 2018 +0100

----------------------------------------------------------------------
 packaging/pom.xml                             | 2 +-
 pom.xml                                       | 2 +-
 standalone-metastore/metastore-server/pom.xml | 4 ++--
 standalone-metastore/pom.xml                  | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/07529f7e/packaging/pom.xml
----------------------------------------------------------------------
diff --git a/packaging/pom.xml b/packaging/pom.xml
index 0f0037b..202ae34 100644
--- a/packaging/pom.xml
+++ b/packaging/pom.xml
@@ -54,7 +54,7 @@
                     <descriptor>src/main/assembly/bin.xml</descriptor>
                     <descriptor>src/main/assembly/src.xml</descriptor>
                   </descriptors>
-                  <tarLongFileMode>gnu</tarLongFileMode>
+                  <tarLongFileMode>posix</tarLongFileMode>
                 </configuration>
               </execution>
             </executions>

http://git-wip-us.apache.org/repos/asf/hive/blob/07529f7e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 26b662e..240472a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
     
<datanucleus.maven.plugin.version>3.3.0-release</datanucleus.maven.plugin.version>
     <maven.test.jvm.args>-Xmx2048m</maven.test.jvm.args>
     <maven.antrun.plugin.version>1.7</maven.antrun.plugin.version>
-    <maven.assembly.plugin.version>2.3</maven.assembly.plugin.version>
+    <maven.assembly.plugin.version>3.1.0</maven.assembly.plugin.version>
     <maven.checkstyle.plugin.version>2.17</maven.checkstyle.plugin.version>
     <maven.compiler.plugin.version>3.6.1</maven.compiler.plugin.version>
     <maven.enforcer.plugin.version>1.3.1</maven.enforcer.plugin.version>

http://git-wip-us.apache.org/repos/asf/hive/blob/07529f7e/standalone-metastore/metastore-server/pom.xml
----------------------------------------------------------------------
diff --git a/standalone-metastore/metastore-server/pom.xml 
b/standalone-metastore/metastore-server/pom.xml
index 0244641..8dc74e6 100644
--- a/standalone-metastore/metastore-server/pom.xml
+++ b/standalone-metastore/metastore-server/pom.xml
@@ -469,7 +469,7 @@
               <descriptors>
                 <descriptor>src/assembly/bin.xml</descriptor>
               </descriptors>
-              <tarLongFileMode>gnu</tarLongFileMode>
+              <tarLongFileMode>posix</tarLongFileMode>
             </configuration>
           </execution>
         </executions>
@@ -677,4 +677,4 @@
   </build>
 
 
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/hive/blob/07529f7e/standalone-metastore/pom.xml
----------------------------------------------------------------------
diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index 4ff92b3..ac31211 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -374,7 +374,7 @@
               <descriptors>
                 <descriptor>src/assembly/src.xml</descriptor>
               </descriptors>
-              <tarLongFileMode>gnu</tarLongFileMode>
+              <tarLongFileMode>posix</tarLongFileMode>
             </configuration>
           </execution>
         </executions>

Reply via email to