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:52:46 UTC

[hbase] branch branch-2 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
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit 56e54bc1d21d817258edc3db93aa785e6a62642e
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 504febb..1cadfa9 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>