Maven is really great and there’s already a plugin in construction for Eclipse :
See : http://maven.apache.org/eclipse-plugin.html
Don’t do a lot for the moment but still very useful. The maven team have already stated a two-way synchronization will be possible between maven pom and eclipse project. Unfortunately, it is not ready yet.
Wtp is compatible with Maven (it copies libraries found on the build path in Web-inf/lib) so myeclipse will be too in the near future. The only thing necessary would be an extension to the Eclipse plugin so it generates a project including the added stuff from myeclipse (project capabilities).
But would be very interesting to have some additional features
😀