From 194d633c5901853e61b9264d2ba0487328e8ca3e Mon Sep 17 00:00:00 2001 From: Domenico Francesco Bruscino Date: Wed, 19 May 2021 19:00:24 +0200 Subject: [PATCH] NO-JIRA Update the tar format for long files to posix The gnu tar format causes some issues on some platforms because of some restrictions instead the posix format is the most flexible format. --- artemis-distribution/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artemis-distribution/pom.xml b/artemis-distribution/pom.xml index 76c6362081..bfae4b234f 100644 --- a/artemis-distribution/pom.xml +++ b/artemis-distribution/pom.xml @@ -270,7 +270,7 @@ src/main/assembly/source-assembly.xml - gnu + posix package @@ -283,7 +283,7 @@ src/main/assembly/dep.xml - gnu + posix package