Maven installation for windows


1.   Download the apache-maven-3.0.4.zip package

2.         Unzip to a certain location on the hard disk, such as the root directory of the D drive

3.         Set M2_HOME: C:\apache-maven-3.0.4

4.         Set the maven library address %M2_HOME%\conf\setting.xml

<localRepository>X:\repository</localRepository>

Where X:\repository is the maven library address

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326589240&siteId=291194637