I’m getting errors building on machines ( which are managed ) that have
large user and group id’s.

[INFO] BUILD FAILURE

[INFO]
------------------------------------------------------------------------

[INFO] Total time: 09:36
<http://airmail.calendar/2016-11-09%2009:36:00%20EST> min

[INFO] Finished at: 2016-11-09
<http://airmail.calendar/2016-11-09%2012:00:00%20EST>T10:13:17-05:00
<http://airmail.calendar/2016-11-09%2013:17:00%20EST>

[INFO] Final Memory: 177M/1916M

[INFO]
------------------------------------------------------------------------

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-assembly-plugin:2.6:single (build-tarball)
on project metron_mpack: Execution build-tarball of goal
org.apache.maven.plugins:maven-assembly-plugin:2.6:single failed: group id
'397160923' is too big ( > 2097151 ). Use STAR or POSIX extensions to
overcome this limit -> [Help 1]

[ERROR]

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.



The typical answer is to configure the plugin to use posix for
tarLongFileMode.


The metron ambari pom specifies ‘gnu’ for this.  Is there a reason why it
has to be so?  Would we be OK to change this to posix?

Reply via email to