You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Stig Rohde Døssing (JIRA)" <ji...@apache.org> on 2018/01/12 19:46:02 UTC

[jira] [Resolved] (STORM-2893) maven-assembly-plugin upgrade is breaking distribution build

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

Stig Rohde Døssing resolved STORM-2893.
---------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

> maven-assembly-plugin upgrade is breaking distribution build
> ------------------------------------------------------------
>
>                 Key: STORM-2893
>                 URL: https://issues.apache.org/jira/browse/STORM-2893
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 2.0.0
>            Reporter: Erik Weathers
>            Assignee: Erik Weathers
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 2.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> {code: title=failure}
> % mvn clean package && cd storm-dist/binary && mvn -Dgpg.skip=true install
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.6:single (default) on project final-package: Execution default of goal org.apache.maven.plugins:maven-assembly-plugin:2.6:single failed: group id '906175167' is too big ( > 2097151 ). Use STAR or POSIX extensions to overcome this limit -> [Help 1]
> {code}
> This is a [known issue with the maven-assembly-plugin version 2.5+|https://stackoverflow.com/a/30246880/318428].
> Prior to [a change a few months ago|https://github.com/apache/storm/commit/84a4314d96b9e4e377a3d5d81d0a042d96a0625e], the maven-assembly-plugin was [version 2.2.2|https://github.com/apache/storm/blob/de1d468592b402fb862f98ce357cbd1268d13f8c/pom.xml#L1195-L1199], now it's 2.6, as inherited from the [apache pom version 18|https://github.com/apache/maven-pom/blob/apache-18/pom.xml#L119-L123].



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)