views:

119

answers:

2

Hello I'm trying to install maven plugin with eclipse and I have a following problem, more in picture below :

alt text

So my question is, is this supposed to take this long or I did something wrong?

I'm using eclipse galileo , I went to the window-> install new software -> typed in

http://m2eclipse.sonatype.org/update/ website and name maven

Pressed next then finnish, did I do something wrong, or is there another way to get maven working with eclipse? I need it for my project . thank you

A: 

You could use maven-eclipse-plugin instead of m2eclipse.

With maven-eclipse-plugin you just add some configuration to pom.xml, execute mvn eclipse:eclipse and refresh project in Eclipse and you are done.

You will lose UI to handle dependencies etc. directly from IDE (that would be provided by m2eclipse) but I have not seen much benefit from that. You can manually edit pom.xml just fine.

Juha Syrjälä
A: 

First, update site url you pasted is url for stable version builds. According this document stable version of m2eclipse works with Eclipse 3.2, 3.3 or 3.4.

To work with Galileo version (Eclipse 3.5) try update from stable development builds site. I work with this version and I'm happy with it. It has a lot more features than stable one.

cetnar
m2eclipse does not work with Eclipse 3.2
Mike Cornell