m2eclipse-0.12.0
Location:
http://m2eclipse.sonatype.org/new-and-noteworthy.html
News:
The new version of m2eclipse is 0.12.0. It will be the last "Sonatype" m2eclipse release as they are moving the code to Eclipse Foundation and they plan to make m2e take part in Eclipse 3.7 (Indigo) release train.
Changes:
- Integrated with Maven 3.0 - this release includes Maven 3.0 (Final).
- New HTTP transport layer - this release includes brand new HTTP transport layer based on JBoss Netty and Ning Async Http Client
Install/Update Instructions:
http://m2eclipse.sonatype.org/installing-m2eclipse.html(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)





Comments
Felix Ngaserin replied on Wed, 2010/11/24 - 1:49am
m2eclipse 0.12.0 may have caused issue if your Maven Repository uses authentication. There's also a minor bug that the display on Eclipse still shows the embedder is using version 3.0-SNAPSHOT. But it has been confirmed it's only a display issue.
My greatest issue upgrading to 0.12.0 makes me not able to authenticate against my maven repository. This may have something to do with the new HTTP transport (netty client). Closely related to this issue can be tracked through MNGECLIPSE-2103. However, it has not been confirmed that this issue is the cause, as I had no problem when I was on 0.10.2.
Martijn Verburg replied on Wed, 2010/11/24 - 9:51am
in response to:
Felix Ngaserin
Felix Ngaserin replied on Fri, 2010/12/10 - 2:53am
in response to:
Martijn Verburg