eclispe 中无 chenkout as maven project

先安装
mvn plugin:

eclipse中安装maven一般这样安装
help->Install New Software

http://m2eclipse.sonatype.org/sites/m2e
安装maven插件
之所以出现没有check out as maven project选项,是因为这个插件是不完整的,缺少maven integration for eclipse(Extras)


maven integration for eclipse(Extras)的site地址为:
http://m2eclipse.sonatype.org/sites/m2e-extras

安装这个插件后问题解决.

需要安装其中的SCM和WTP集成的插件。

猜你喜欢

转载自mark-ztw.iteye.com/blog/1722440