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:eclipse我注意到很多项目没有 .project 文件,因此没有出现在 Eclipse 中。
eclipse:eclipse
我需要在这些 POM 中配置任何内容吗?
我不是 Eclipse 专家,但我相信您可以使用 m2e 插件而不是使用maven-eclipse-plugin.
maven-eclipse-plugin
如果您安装了该插件,那么您可以执行[File] -> [Import...]. 这将打开一个导入对话框。如果您转到该[Maven]文件夹并打开它,您将能够选择Existing Maven Projects.
[File] -> [Import...]
[Maven]
Existing Maven Projects
我认为这两种方式(maven-eclipse-plugin和m2e)都有其积极和消极的方面。但是你至少可以试试这个m2e插件,看看是否有区别。
m2e