m2eclipse插件是Eclipse的一款Maven插件。

安装m2eclipse插件的步骤例如以下:

启动Eclipse,在菜单条中选择Help,然后选择Install New Software…,能够看到一个Install对话框,点击Work
with:
字段边上的Addbutton,会得到一个新的Add Repository对话框,在Name字段中输入m2e,Location字段中输入http://download.eclipse.org/technology/m2e/releases。然后点击OK

显示了m2eclipse的核心模块Maven Integration for Eclipse (Required),选择“Maven Integration for Eclipse”后点击Next。Eclipse会自己主动计算模块间的依赖关系,然后给出一个将被安装的模块列表;确认无误后,继续点击Next;看到许可证信息,m2eclipse使用的开源许可证是Eclipse
Public License v1.0。选择I accept the terms of the license agreements,然后点击Finish;Eclipse開始下载安装选择的模块。

错误解决的方法:

可能会突然弹出一个类似“No repository found containing”的错误提示信息:

04-15 19:25