You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2021/08/10 05:40:00 UTC

[activemq] branch activemq-5.16.x updated: [AMQ-8352] Use posix mode for tarLongFileMode in assembly

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

jbonofre pushed a commit to branch activemq-5.16.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.16.x by this push:
     new 6f9ca24  [AMQ-8352] Use posix mode for tarLongFileMode in assembly
6f9ca24 is described below

commit 6f9ca24dd7a270f8dd7c1c6cd17803a3144a8501
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Aug 10 07:39:31 2021 +0200

    [AMQ-8352] Use posix mode for tarLongFileMode in assembly
---
 assembly/pom.xml | 1 +
 pom.xml          | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/assembly/pom.xml b/assembly/pom.xml
index 2b3cfb9..afb74cf 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -563,6 +563,7 @@
               <descriptors>
                  <descriptor>src/main/descriptors/unix-bin.xml</descriptor>
               </descriptors>
+	      <tarLongFileMode>posix</tarLongFileMode>
             </configuration>
           </execution>
           <execution>
diff --git a/pom.xml b/pom.xml
index ba8bee6..57ffe19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1058,7 +1058,7 @@
           <artifactId>maven-assembly-plugin</artifactId>
           <version>${maven-assembly-plugin-version}</version>
           <configuration>
-            <tarLongFileMode>gnu</tarLongFileMode>
+            <tarLongFileMode>posix</tarLongFileMode>
           </configuration>
         </plugin>
         <plugin>