You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2019/03/27 20:46:00 UTC

[jira] [Updated] (ZOOKEEPER-3337) Maven build failed with user or group id is too big

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell updated ZOOKEEPER-3337:
--------------------------------------
    Summary: Maven build failed with user or group id is too big   (was: Maven build failed with group id is too big )

> Maven build failed with user or 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
>            Priority: Major
>         Attachments: ZOOKEEPER-3337-branch-3.4.patch
>
>
> Maven assembly plugin configuration must specify tarLongFileMode of "posix", not "gnu".
> Otherwise if the user or group id 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)