'Maven 3.x will be the version Maven for the people', says Jason van Zyl, and it does look promising!
At the moment there is a 3.0.alpha.6 version released, I could't find any roadmap or dates for the planned main release yet.
I didn't have a chance to "play around" enough with this release to be able to say that all that promised is there :), but I've summarized some main issues from the Maven 3.x previews I found in several blogs/presentations/apache info pages:
* Backward compatibility
- Loads of Integration testing is done to ensure backwards compatibility
- Stricter validation of the POM is added
- Configured plugins should have their versions specified (a warning appears otherwise)
* Site/reporting is now completely extracted from the Maven core