Dónal
Dónal

Reputation: 187499

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

Upvotes: 4

Views: 2939

Answers (1)

Riduidel
Riduidel

Reputation: 22292

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

Upvotes: 7

Related Questions