From 6b00a5f5ffaf5995ad368ac9d23de900491d488d Mon Sep 17 00:00:00 2001 From: manuedelf Date: Thu, 26 Mar 2020 23:08:44 +0100 Subject: [PATCH] Honeynode build: MacOS compatibility - set tarLongFileMode to posix for maven assembly plugin configuration Signed-off-by: manuedelf Change-Id: I6de1ca4a637fe9736b9c51cf1c92b699a145b7eb --- tests/honeynode/1.2.1/honeynode-distribution/pom.xml | 6 +++++- tests/honeynode/1.2.1/minimal-distribution/pom.xml | 11 ++++++++++- tests/honeynode/2.2.1/honeynode-distribution/pom.xml | 6 +++++- tests/honeynode/2.2.1/minimal-distribution/pom.xml | 11 ++++++++++- 4 files changed, 30 insertions(+), 4 deletions(-) diff --git a/tests/honeynode/1.2.1/honeynode-distribution/pom.xml b/tests/honeynode/1.2.1/honeynode-distribution/pom.xml index 6a18f1387..8aefd51dd 100644 --- a/tests/honeynode/1.2.1/honeynode-distribution/pom.xml +++ b/tests/honeynode/1.2.1/honeynode-distribution/pom.xml @@ -50,6 +50,10 @@ maven-assembly-plugin + + + posix + @@ -102,4 +106,4 @@ ${honeycomb.min.distro.version} - \ No newline at end of file + diff --git a/tests/honeynode/1.2.1/minimal-distribution/pom.xml b/tests/honeynode/1.2.1/minimal-distribution/pom.xml index c2f05d9fa..828890cbc 100644 --- a/tests/honeynode/1.2.1/minimal-distribution/pom.xml +++ b/tests/honeynode/1.2.1/minimal-distribution/pom.xml @@ -240,5 +240,14 @@ + + + maven-assembly-plugin + + + posix + + + - \ No newline at end of file + diff --git a/tests/honeynode/2.2.1/honeynode-distribution/pom.xml b/tests/honeynode/2.2.1/honeynode-distribution/pom.xml index 6a18f1387..8aefd51dd 100644 --- a/tests/honeynode/2.2.1/honeynode-distribution/pom.xml +++ b/tests/honeynode/2.2.1/honeynode-distribution/pom.xml @@ -50,6 +50,10 @@ maven-assembly-plugin + + + posix + @@ -102,4 +106,4 @@ ${honeycomb.min.distro.version} - \ No newline at end of file + diff --git a/tests/honeynode/2.2.1/minimal-distribution/pom.xml b/tests/honeynode/2.2.1/minimal-distribution/pom.xml index c2f05d9fa..828890cbc 100644 --- a/tests/honeynode/2.2.1/minimal-distribution/pom.xml +++ b/tests/honeynode/2.2.1/minimal-distribution/pom.xml @@ -240,5 +240,14 @@ + + + maven-assembly-plugin + + + posix + + + - \ No newline at end of file + -- 2.36.6