Post subject: [Configuration] How do I get Maven to work with MyEclipse? Posted: May 22, 2007 - 03:47 AM
Registered Member
Joined: Jan 06, 2004
Posts: 23855
We ran across a post by a MyEclipse User, Benjamin Keil that describes how to get Maven2 support working in MyEclipse. We hope this provides good steps for folks that need to use Maven2 support in MyEclipse until official support for Maven is added to MyEclipse.
Below is Benjamin's post, quoted for completeness:
Quote:
I use MyEclipse and Maven2. It is a little bit of a pain, but the tomcat launcher is really worth it. This is my recipe:
Then I run "mvn eclipse:eclipse" and import the project into eclipse, and exit eclipse.
Then I edit the .mymetadata file that MyEclipse made and add a context-root="/context-root" attribute to the project-module tag. Also, I set the webrootdir attribute in this file.