Intellij试图将pom.xml视为jar文件

时间:2012-12-27 06:24:24

标签: maven intellij-idea pom.xml

在尝试从Intellij运行测试(在maven项目上)时,我不断得到下面提到的错误

[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

但是,从命令行运行时,所有maven周期都运行良好。

以前有人遇到过这个问题吗?

我已经尝试过所有这些事情

  1. Intellij Idea无效
  2. 删除了我的.m2回购并重新创建了项目

2 个答案:

答案 0 :(得分:7)

好的,最后修复了.Osgi facets显然是负责任的。一旦删除了facet问题就解决了。不知道确切的原因但是已知intellij osgi facet不稳定。更多信息here

答案 1 :(得分:0)

即使在2020年,此IntelliJ(最终版本为2019.2)插件也尝试将pom.xml文件打开为jar文件。在我的情况下,禁用OSGI插件有帮助:

enter image description here

enter image description here