aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMandeep Khinda <mandeep.khinda@amdocs.com>2017-03-09 16:21:13 -0500
committerMandeep Khinda <mandeep.khinda@amdocs.com>2017-03-09 16:27:52 -0500
commit4ffafa8bbe73b5401cf50f1c38b7e137bc11110a (patch)
tree0acbc0475a67663c77c92fdbda6c8166ff1ee472
parenta6593a68ec3237a00cb0a2e51b838991b10a205f (diff)
Fix OSX build failure:gid # is too big >2097151
Change-Id: Iad5b15cab366adbaf231919ec0381ee74ccd7976 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
-rw-r--r--packages/deliveries/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/deliveries/pom.xml b/packages/deliveries/pom.xml
index 5f20b18..29c398f 100644
--- a/packages/deliveries/pom.xml
+++ b/packages/deliveries/pom.xml
@@ -52,6 +52,7 @@
<!-- DEVELOPER PACKS -->
<execution>
<configuration>
+ <tarLongFileMode>posix</tarLongFileMode>
<descriptors>
<descriptor>src/main/assembly/war-pack/mso-wars.xml</descriptor>