All popular development environments for the Java platform and beyond support Apache Maven with numerous features out of the box. The following list iterates popular IDEs in alphabetical order:
M2Eclipse is the official Eclipse project for Maven integration for the Eclipse IDE.
Features include:
M2E dynamically integrates with your Maven projects with Eclipse while you make changes in the IDE. As you change dependencies, or configurations of Maven plugins in your POMs M2E, will synchronize the Eclipse workspace with those changes.
Intelli IDEA has a feature-rich integration for Maven.
NetBeans includes full Maven support since 6.7, including Maven 3 support in 7.0+. You can open any Maven project in the IDE and start coding immediately.
For more information see the NetBeans.org wiki page.