mvn eclipse:eclipse within 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
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
精彩评论