我在 Eclipse 中安装了 Maven Integration,但无法创建 Maven POM 文件!为什么?
我在 Eclipse 中安装了 Maven Integration,现在我想创建一个 POM.xml。但我在新项目窗口中没有看到 Maven POM 文件项。为什么?
I installed Maven Integration in the Eclipse and now, I want to create a POM.xml. but I don't see Maven POM file item in new project window. why?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是在 Indigo 中使用 m2e 1.0.100 的工作方式:
文件 ->新->其他...-> Maven-> Maven项目
This is how it works in Indigo with m2e 1.0.100:
File -> New -> Other... -> Maven -> Maven project
或者您可以通过以下方式将 pom 添加到现有 Java 项目:
它将向项目添加 Maven 功能。
Or you can add pom to existing Java project by:
It will add Maven functionality to the Project.