【原】使用IDEA创建Maven工程时提示"...xxx/pom.xml already exists in VFS"的解决

问题:使用IDEA创建Maven工程时提示"...xxx/pom.xml already exists in VFS",怎么办?

解决:如果只是删除工程,还会有这样的提示。说到底,删除工程后,还要清理IDEA的缓存。

1、在IDEA中任意打开一个工程

2、在菜单中依次找到"File -----> Invalidate Caches / Restart"

3、在弹出的窗口中点击"Invalidate and Restart"。问题解决。

猜你喜欢

转载自www.cnblogs.com/iflytek/p/9383391.html