Maven installation tutorial (combined with eclipse and IDEA)

1. Install maven

Notes for this article: Before installing the maven environment, you must first install the java jdk environment (if you have not installed the java environment, you can go to the tutorial on installing the JAVA environment first) Maven 3.3+ requires JDK 1.7 and above.

Step 1: Download maven (3.8.4 is installed in this tutorial)

Official download link: https://maven.apache.org/download.cgi

Binary is an executable version that has been compiled and can be used directly.
Source is the source code version, which needs to be compiled into executable software before it can be used.

If the download is unsuccessful, you can get it on the following Baidu cloud disk:
Link: https://pan.baidu.com/s/1S_V2sCw7MaH3cRiJPH489w
Extraction code: cx66

We choose the compiled windows version to install: choose the zip version (linux choose tar.gz)

As shown in the figure below:
insert image description here
the successfully downloaded file:

Guess you like

Origin blog.csdn.net/lockhou/article/details/130288001