When I try to run a test (in the maven project) from Intellij, I constantly get the error mentioned below
[my-module] Exception in parsing jar file for extract from jar: /path/to/pom.xml java.util.zip.ZipException: The JAR/ZIP file (/path/to/pom.xml) seems corrupted, error: error in opening zip file
However, all maven loops work well when launched from the command line.
Has anyone encountered this problem before?
I already tried all these things
- Invalid Intellij idea
- Removed my .m2 repository and recreated the project
source share