What does Maven Eclipse plugin do?
Maven plugin for eclipse used to create maven project with some default project setup. Plugin provides an editor for modifying the pom file and downloads dependencies if required. It also manages the class path of the Java projects in the eclipse. You can also use maven project wizards to import existing Maven projects and create new Maven projects.