Skip to content

Commit

Permalink
HBASE-22838 : assembly plugin should use posix (#480)
Browse files Browse the repository at this point in the history
Signed-off-by: huzheng <openinx@gmail.com>
  • Loading branch information
virajjasani authored and openinx committed Aug 13, 2019
1 parent 9ee32d8 commit 69946d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hbase-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 69946d1

Please sign in to comment.