Erik Weathers created STORM-2893:
------------------------------------
Summary: 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
{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)