1, the premise work: Completed MAVEN installation and environment configuration.
2. The Eclipse development tool integrates the MAVEN plugin, I am using the version:neon.2 release (4.6.2) version of This version of the Maven plugin does not have to be installed separately.
in the new window you can see that the MAVEN project's creation item indicates that the maven plugin already exists.
3. Specify the MAVEN installation directory some of the higher versions of Eclipse have built-in maven installation (not recommended), where we use our own installed maven3.3.9
4. Specify the location of the local warehouse in eclipse
Note: If you modify the setting.xml file, you need to click on the "update settings" button to rebuild the index on the local repository, click "Reindex ". (Recommended modifications are not modified are update settings)
5. Eclipse Browse Local repository (build index)
5.1 Open the Eclipse warehouse View
5.2 Find local respository warehouse entry, click Rebuild Index to rebuild
5.3 Rebuild Index Complete to view the contents of the local warehouse
Now that all the work is done on the Eclipse integrated MAVEN plugin
Third, Eclipse integration maven