Andrew Purtell created ZOOKEEPER-3337:
-----------------------------------------
Summary: Maven build failed with group id is too big
Key: ZOOKEEPER-3337
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3337
Project: ZooKeeper
Issue Type: Bug
Affects Versions: 3.4.13
Reporter: Andrew Purtell
Attachments: ZOOKEEPER-3337-branch-3.4.patch
Maven assembly plugin configuration must specify tarLongFileMode of "posix",
not "gnu".
Otherwise if the group identifier is too large the build will fail. For example:
{noformat}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-assembly-plugin:3.1.0:single (source-package) on
project zookeeper: Execution source-package of goal
org.apache.maven.plugins:maven-assembly-plugin:3.1.0:single failed: user id
'1754762210' is too big ( > 2097151 ). -> [Help 1]
{noformat}
A very common problem, many other projects here have had to fix this.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)