Maven 3 的最佳 Eclipse 插件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6879976/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Best Eclipse plugin for Maven 3
提问by Ryan P.
I've done some searching, but haven't found any satisfactory answers:
what's the best Maven 3 plugin to use with Eclipse? Will the m2 plugin work satisfactorily? I understand M3 tries to be backwards compatible where it can, but there are some differences.
我进行了一些搜索,但没有找到任何令人满意的答案:
与 Eclipse 一起使用的最佳 Maven 3 插件是什么?m2 插件会令人满意地工作吗?我知道 M3 试图尽可能向后兼容,但存在一些差异。
Anyone's experience would be appreciated!
任何人的经验将不胜感激!
回答by hoipolloi
A separate Maven plugin is no longer required. Maven 3 integration is built into the latest version of Eclipse (Indigo) by way of the m2eclipse plugin.
不再需要单独的 Maven 插件。Maven 3 集成通过 m2eclipse 插件内置到最新版本的 Eclipse (Indigo) 中。
See the 'where is m2eclipse' article for more information.
有关更多信息,请参阅“ m2eclipse 在哪里”一文。