m2eclipse and aggregator/top-level pom
if you are used to create a directory for aggregator pom files just because eclipse couldn't handle it otherwise, then the last m2eclipse version can handle it, you just import -> maven-project and choose the top level directory where the aggregator pom is, it now works as IDEA 8 did(but not as nice..).
so now you can:
top-level-dir
pom.xml the parent pom
d:module-1
d:module-2
and not anymore:
top-level-dir
d:parent (where the parent pom is)
d:module-1
d:module-2
