I am trying to build one of the projects using the "mvn package" and I always see an error. I installed maven in Ubuntu as "sudo apt-get install maven"
The following is the error:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.5.3:single (create-archive) on project : Execution create-archive of goal org.apache.maven.plugins:maven-assembly-plugin:2.5.3:single failed: client id '11012121111423' is too large ( > 4013111 ) -> [Help 1]
What is wrong, what I donβt understand at all.
java maven
john
source share