mvn eclipse:Eclipse 中的 eclipse
我在 IDE 中安装了 Sonatype 的 m2Eclipse 插件。它允许我通过右键单击 pom.xml 文件并导航到“Run As”菜单来运行各种 Maven 命令(打包、安装等)。
但是,我还没有弄清楚如何在 IDE 中实现相当于 mvn eclipse:eclipse
的功能,这可能吗?
谢谢, 大学教师
I have the m2Eclipse plugin from Sonatype installed in my IDE. It allows me to run various maven commands (package, install, etc.) by right-clicking on a pom.xml
file and navigating to the "Run As" menu.
However, I haven't figuered out how to the equivalent of mvn eclipse:eclipse
from within the IDE, is this possible?
Thanks,
Don
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,当您在项目上右键单击时,在Maven子菜单中,您会看到一个更新项目配置命令,它正是执行此操作的。
替代文本 http://scott.phillips.name/wp-content/uploads/ 2010/01/Maven-Context_Menu.png
Yup, when you right-click over the project, in the Maven sub-menu, you have an Update Project Configuration command which does precisely that.
alt text http://scott.phillips.name/wp-content/uploads/2010/01/Maven-Context_Menu.png