开发者

mvn eclipse:eclipse within Eclipse

开发者 https://www.devze.com 2023-01-07 20:25 出处:网络
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

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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消