You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by op...@apache.org on 2019/08/13 06:51:53 UTC

[hbase] branch branch-2.1 updated: HBASE-22838 : assembly plugin should use posix (#480)

This is an automated email from the ASF dual-hosted git repository.

openinx pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 69946d1  HBASE-22838 : assembly plugin should use posix (#480)
69946d1 is described below

commit 69946d100f136ed33803c7660c7a897e00c2395e
Author: Viraj Jasani <vi...@gmail.com>
AuthorDate: Tue Aug 13 12:06:35 2019 +0530

    HBASE-22838 : assembly plugin should use posix (#480)
    
    Signed-off-by: huzheng <op...@gmail.com>
---
 hbase-assembly/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
index 9e26d76..8dc50b9 100644
--- a/hbase-assembly/pom.xml
+++ b/hbase-assembly/pom.xml
@@ -76,7 +76,7 @@
           <finalName>hbase-${project.version}</finalName>
           <skipAssembly>false</skipAssembly>
           <appendAssemblyId>true</appendAssemblyId>
-          <tarLongFileMode>gnu</tarLongFileMode>
+          <tarLongFileMode>posix</tarLongFileMode>
           <descriptors>
             <descriptor>${assembly.file}</descriptor>
             <descriptor>src/main/assembly/client.xml</descriptor>