You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by gn...@apache.org on 2021/09/16 16:01:50 UTC

[mina-sshd] branch master updated: [SSHD-1213] Update tarLongFileMode to use POSIX

This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git


The following commit(s) were added to refs/heads/master by this push:
     new 22ba19b  [SSHD-1213] Update tarLongFileMode to use POSIX
22ba19b is described below

commit 22ba19bddf9692fe6fc9ed06c3b09e26b7225545
Author: Roberto Oliveira <rg...@redhat.com>
AuthorDate: Wed Sep 15 11:05:52 2021 +0200

    [SSHD-1213] Update tarLongFileMode to use POSIX
---
 assembly/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/assembly/pom.xml b/assembly/pom.xml
index 1fe1237..30d3daa 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -151,7 +151,7 @@
                             </descriptors>
                             <finalName>${project.artifactId}-${project.version}</finalName>
                             <appendAssemblyId>false</appendAssemblyId>
-                            <tarLongFileMode>gnu</tarLongFileMode>
+                            <tarLongFileMode>posix</tarLongFileMode>
                         </configuration>
                     </execution>
                     <execution>
@@ -178,7 +178,7 @@
                             <descriptors>
                                 <descriptor>src/main/descriptors/unix-src.xml</descriptor>
                             </descriptors>
-                            <tarLongFileMode>gnu</tarLongFileMode>
+                            <tarLongFileMode>posix</tarLongFileMode>
                         </configuration>
                     </execution>
                     <execution>