Cannot compile "group id ... is too big"
See original GitHub issueOn git tag: 4.0.0-RC13
$ mvn -v
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T08:41:47-08:00)
Maven home: /usr/local/Cellar/maven/3.3.9/libexec
Java version: 1.8.0_73, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.11.3", arch: "x86_64", family: "mac"
$ mvn clean install
...
[INFO] Che IDE :: Assemblies Tomcat ....................... FAILURE [ 24.881 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 09:04 min
[INFO] Finished at: 2016-03-10T12:45:30-08:00
[INFO] Final Memory: 89M/1265M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.6:single (make-assembly) on project assembly-main: Execution make-assembly of goal org.apache.maven.plugins:maven-assembly-plugin:2.6:single failed: group id '1694527156' 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.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :assembly-main
Issue Analytics
- State:
- Created 8 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Maven assembly-plugin "group id '1377585961' is too big" error
I think the problem is not the OS, or the software, but the user that runs the build. The problem user has a...
Read more >Distribution build fails on macOS with "group id is too large"
I'm trying to build master on macOS and I'm getting an error that the group id is too large for some assemblies. ......
Read more >Maven build failed with user or group id is too big - Apache
Maven build failed with user or group id is too big. Status: Assignee: Priority: Resolution: Resolved. Unassigned. Major. Not A Problem.
Read more >[jira] (MASSEMBLY-728) Assembly plugin >= 2.5 thinks my ...
My OS X user's primary group ID is quite large, around 110075129. ... I am using JDK 7 to build. Have not tested...
Read more >Teamcity Artifact publishing tar.gz fails with large group id error
We found the root cause of this problem. In the upcoming 2021.2 release, there will be a new internal property on the agent...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I tested it on Windows and it was ok. So seems harmless.
I’ll give it another shot on a Mac, but we regularly compile Che assembly on Macs and never ran into this sort of issue. Windows is OK too.