无法创建 Maven 项目:'.../pom.xml' 已存在于 VFS (IntelliJ) 中

Failed to create maven project: '.../pom.xml' already exists in VFS (IntelliJ)

当我想重新创建一个名称已经被删除的 maven 项目时,我收到以下错误消息:

Failed to create maven project: '.../pom.xml' already exists in VFS

参见 Cleaning System Cache 页。

  1. 在 IntelliJ IDEA 中打开任何项目
  2. Select“文件 > 使缓存无效/重新启动...”
  3. 点击“无效并重新启动”

WARNING

Cleaning out the system caches, keep in mind that:

It results in clearing the local history.

To avoid losing data, check in the changes to your version control system before invalidating caches. Causes a complete rebuild of all the projects ever run in the current version of IntelliJ IDEA.

@Oliver Kocsis 请注意,当您创建新的 Maven 模块时,向导的屏幕之一如下所示:

IntelliJ module wizard

如图所示,向导将模块路径填写为 C:\PersonalProjects\cabrunco-repo 而不是 C:\PersonalProjects\cabrunco-repo\pets

因此,您只需要将 \yourModuleName 添加到 Content root

POM.xml创建失败已经存在。

  1. 转到您的电脑中的 eclipse 工作区路径。我的是 c:/users/eclipseworkspace
  2. 打开
  3. 双击 .project
  4. 删除它。

绝对有效

再去eclipse新建一个你一定搞定

我遇到了同样的问题,我是这样解决的:

  1. 转到您的 Eclipse 工作区文件夹
  2. 找到之前创建的maven项目
  3. 现在删除那些项目
  4. 返回 eclipse 并通过单击文件刷新它
  5. 现在开始创建新的 Maven 项目
  6. 会创建成功