本文介绍了什么是m2e连接器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想知道什么是m2e连接器.除了此页面外,我在互联网上找不到太多描述它们的信息:
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
所以我的问题是:
- 是像其他Eclipse插件一样的插件吗?
- 它可以用来做什么?
- 是否有任何页面说明我如何使用它?
推荐答案
是的,它是一个eclipse插件.它充当了一个Maven插件和Eclipse之间的桥梁.基本上,它用于三件事:
Yes it is an eclipse plugin.It act as a bridge between one maven plugin and eclipse.Basically it is used for three things:
- 根据pom配置配置eclipse项目,
- 自动刷新由您的构建修改的资源,
- 提供增量构建(如果正确完成...)
对于常见插件,您可以在导入maven项目时或通过快速修复程序进行安装.
For the common plugins,you would install it when importing maven projects, or via quick fixes.
某些文档,尽管它更多面向m2e连接器的发展.
Some documentation, though it is more oriented to m2e connectors' development.
这篇关于什么是m2e连接器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!