开发者

Installation of maven eclipse plugin doesn't finish

开发者 https://www.devze.com 2022-12-17 00:39 出处:网络
Hello I\'m trying to install maven plugin with eclipse and I have a following problem, more in picture below :

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

Installation of maven eclipse plugin doesn't finish

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 finish, did I do something wrong, or is there another way to get maven working with eclipse? I need it for my project . than开发者_如何学运维k you


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.


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.

0

精彩评论

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