From bc6eda75b140fc4ee3a7b9001dd1d9fe4d0f05b3 Mon Sep 17 00:00:00 2001 From: Paul Friedman Date: Tue, 16 Feb 2016 13:01:14 -0600 Subject: [PATCH] Use posix extensions for maven-assembly-plugin After encountering the following error when attempting to build the application with maven [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.5.5:single (default) on project vitro-home: Execution default of goal org.apache.maven.plugins:maven-assembly-plugin:2.5.5:single failed: group id '1162086330' is too big ( > 2097151 ). Use STAR or POSIX extensions to overcome this limit -> [Help 1] set the tarLongFileMode option to posix as it says in the error message and in the FAQ https://maven.apache.org/plugins/maven-assembly-plugin/faq.html#tarFileModes --- home/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/home/pom.xml b/home/pom.xml index df01165cc..d3ac839cf 100644 --- a/home/pom.xml +++ b/home/pom.xml @@ -25,6 +25,7 @@ maven-assembly-plugin 2.5.5 + posix src/main/assembly/home.xml