Issue
I'm getting the following strange exception when running my maven build. Has anyone experienced similar? This started happening out of the blue. I've tried clean building as well as using -U.
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.688 s
[INFO] Finished at: 2021-05-25T13:03:41+10:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.1.1:unpack (download data migration cmd) on project platform-data-management: Error unpacking file: C:\Users\na\.
m2\repository\com\pro\platform\migration-cmd\1.8.0-SNAPSHOT\migration-cmd-1.8.0-SNAPSHOT.zip to: C:\workspace\pro\data-management\target\migration
[ERROR] org.codehaus.plexus.archiver.ArchiverException: Error while expanding C:\Users\na\.m2\repository\com\migration-cmd\1.8.0-SNAPSHOT\migration-cmd-1.8.0-SNAPSHOT.
zip: Result too large
Solution
Well, it just started working. How strange.
Answered By - Navs
Answer Checked By - Mildred Charles (JavaFixing Admin)