diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml
index 9e189d886f15b205bfdc973821530da358daa912..6c91b2ef00c3821421be272aa2e994d0ed416fc4 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 aaf8c6f577046fe7a8faee4f3db80eff9407510f..ea89ea6e6d3ac11d8a4fcf230450208ebc819539 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>