Skip to content

Commit

Permalink
HBASE-22838 : assembly plugin should use posix
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 2d9d405 commit 96ff5f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hbase-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<finalName>hbase-${project.version}</finalName>
<skipAssembly>false</skipAssembly>
<appendAssemblyId>true</appendAssemblyId>
<tarLongFileMode>gnu</tarLongFileMode>
<tarLongFileMode>posix</tarLongFileMode>
<descriptors>
<descriptor>${assembly.file}</descriptor>
</descriptors>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@
<kerby.version>1.0.1</kerby.version>
<!-- Plugin Dependencies -->
<error-prone.version>2.1.1</error-prone.version>
<maven.assembly.version>2.4</maven.assembly.version>
<maven.assembly.version>2.5</maven.assembly.version>
<maven.antrun.version>1.6</maven.antrun.version>
<maven.compiler.version>3.6.1</maven.compiler.version>
<jamon.plugin.version>2.4.1</jamon.plugin.version>
Expand Down

0 comments on commit 96ff5f2

Please sign in to comment.