From 12bbb27d984e7d8060d0f9e64afb3c2310e8a97a Mon Sep 17 00:00:00 2001 From: Elliott Clark <elliott@fb.com> Date: Mon, 2 Nov 2015 16:23:10 -0800 Subject: [PATCH] Add posix compatibility to distribution. --- binding-parent/pom.xml | 1 + distribution/pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml index 9e189d88..6c91b2ef 100644 --- a/binding-parent/pom.xml +++ b/binding-parent/pom.xml @@ -60,6 +60,7 @@ LICENSE file. <format>tar.gz</format> </formats> <appendAssemblyId>false</appendAssemblyId> + <tarLongFileMode>posix</tarLongFileMode> </configuration> <executions> <execution> diff --git a/distribution/pom.xml b/distribution/pom.xml index aaf8c6f5..ea89ea6e 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -148,6 +148,7 @@ LICENSE file. <descriptor>src/main/assembly/distribution.xml</descriptor> </descriptors> <appendAssemblyId>false</appendAssemblyId> + <tarLongFileMode>posix</tarLongFileMode> </configuration> <executions> <execution> -- GitLab