From: manuedelf Date: Thu, 26 Mar 2020 22:08:44 +0000 (+0100) Subject: Honeynode build: MacOS compatibility X-Git-Tag: 1.1.0~28 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=6b00a5f5ffaf5995ad368ac9d23de900491d488d;p=transportpce.git Honeynode build: MacOS compatibility - set tarLongFileMode to posix for maven assembly plugin configuration Signed-off-by: manuedelf Change-Id: I6de1ca4a637fe9736b9c51cf1c92b699a145b7eb --- 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 +