One: Maven official
1, https://maven.apache.org/download.cgi
2. Unzip the directory structure as follows
Two: Add MAVEN environment variables
1. Add Maven_home
2, add maven_home under Path
Third, test whether the installation is successful
1, enter mvn-version at the command line, the following prompt indicates success
Iv. myeclipse Add maven Plugin
1. Select the preferences below the menu window
2. Select installations and click Add to bring in the MAVEN path you just downloaded.
3. Select User Settings, select the Maven settings.xml file you just downloaded
4. Local repository is the path to the storage of the jar packages that Maven downloads
It's a statement in setting. <localRepository>D:\apache-maven-3.3.9\myLib</localRepository>
5. If you can create a new MAVEN project, the plugin will be added successfully.
Maven Learning Summary One: Install MAVEN, and myeclipse add maven plugin