Download the MAVEN installation package and Maven's Eclipse plugin
Apache-maven-3.3.9-bin.zip
Eclipse-maven-plugin.zip
:http://pan.baidu.com/s/1mizzYR2
Ii. Setting the environment variables for MAVEN
Maven_home=d:\job\apache-maven-3.3.9path=%maven_home%\bin;
Third, see if MAVEN is installed successfully
Mvn-v
Note: The prerequisite for installing MAVEN is to install the JDK first
Iv. installation of the Maven plugin for Eclipse
Create a new Links folder under Eclipse's installation directory, as follows:
Create a new text file within the Links folder and rename it to Maven.link. Open Maven.link with a text editor and edit it to add the following:
Path=e:/setup/dev/eclipse/plugins/maven
V. Eclipse configuration
Open Eclipse (if Eclipse has started, restart it), find the menu Window--Preferences
If you can see the Maven tab, the plug-in installation is successful. Expand Menu Maven--installations, click Add on the right side of the panel ... button, the following dialog box pops up:
Click Directory ... button, in the Pop-up dialog box, select the root path of your Maven installation, as follows:
Select OK and click the OK button to return to the parent dialog box and click the Finish button. Go back to the main panel and don't forget to tick it, as follows:
Menu Maven--User Settings, click Browse on the right ... button, select the Settings.xml file under your Maven installation path in the Pop-up dialog box
Click the OK button, and the Eclipse Maven plugin installation configuration is complete. You can create MAVEN projects by right-to-------MAVEN project.
Eclipse Create local Maven