2. Download and install maven

2.1 Download of maven

  You can enter the maven official website to download, the official website address:  http://maven.apache.org/download.cgi

2.2, maven installation

  Since maven is developed based on the java platform, make sure that the jdk has been successfully installed before installing maven. Here, apache-maven-3.0.4 is used for demonstration. Unzip the windows version.

  After decompression, you can configure maven in the system directory:

MAVEN_HOME : D:\apache-maven-3.0.4

path: %MAVEN_HOME%\bin;

 

Guess you like

Origin www.cnblogs.com/sunhao1234/p/12702646.html