Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在eclipse中创建了一个maven2项目,然后我把文件夹移到了另一个位置。
我现在如何在 Eclipse 中打开该项目,我似乎找不到“打开现有的 Maven”项目等?
打开文件 pom.xml 只是打开文件,有点卡住抱歉。
如果您使用 Eclipse 的 M2Eclipse 插件,您可以右键单击Package Explorer视图,然后Import... > Maven > Existing Maven projects:
如果您使用的是 maven-eclipse-plugin,那么只需将其作为Import... General > Existing Projects into workspace 导入。
尝试 File->Import->General->Existing Project into Workspace。