Enterprise Java Development@TOPIC@

Chapter 14. Maven Eclipse Integration

14.1. Project Import
14.2. Project Update
14.3. Project Refresh

Maven/Eclipse integration is handled by adding the M2E plugin to your Eclipse environment and followng a pom-first configuration strategy.


  • M2E provides mechanisms to create new maven projects (we will not discuss)


  • Dependency hierachy shows

    • Which modules bring in other modules

    • Specific versions and where there are conflicts


When things are not automatically updated, try...