Does the m2eclipse plugin provide any support to integrate Eclipse project dependencies into the .classpath files? This is really important if you want your refactoring changes to propagate across multiple dependent Eclipse projects. The current solution with the classpath container is fine if all your dependencies are external JARs, but if your source is split into multiple Eclipse projects, you really need references to those projects at the top of your .classpath file. Maybe Eclipse projects that have the same name as a Maven dependency could be included automatically?
Thanks, Felix
