What are m2e connectors?

做~自己de王妃 提交于 2021-02-06 15:52:59

问题


I want to know what an m2e connector is. I didn't find much on the internet describing them except this page:

http://objectledge.org/confluence/display/TOOLS/M2E+Connectors

So my questions are:

  • Is it a plugin like any Eclipse plugin?
  • What it can be used for?
  • Are there any pages explaining how I can use it?

回答1:


Yes it is an eclipse plugin. It act as a bridge between one maven plugin and eclipse. Basically it is used for three things:

  • configure eclipse project according to the pom configuration,
  • automatically refresh resources modify by your build,
  • provide incremental build (if done correctly...)

For the common plugins,you would install it when importing maven projects, or via quick fixes.

Some documentation, though it is more oriented to m2e connectors' development.



来源:https://stackoverflow.com/questions/13422744/what-are-m2e-connectors

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!