What are m2e connectors?

前端 未结 1 896
抹茶落季
抹茶落季 2021-02-14 01:41

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+Connec

相关标签:
1条回答
  • 2021-02-14 02:13

    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.

    0 讨论(0)
提交回复
热议问题