Simply talk about the installation steps of Maven:
1. Before installing MAVEN, make sure that you have installed JDK1.6 and above, and that you have configured the environment variables.
2. Download Maven3, the latest version is Maven3.0.4,: http://maven.apache.org/download.html
After downloading the Apache-maven-3.0.4-bin.zip file, unzip to D:\cloud_cms\maven\apache-maven-3.0.4
3. Configure the MAVEN3 environment variable: First configure the M2_HOME environment variable, create a new system variable: m2_home, the path is: D:\cloud_cms\maven\apache-maven-3.0.4,:
Then configure the PATH environment variable to add "%m2_home%\bin" at the end of the path value, as shown in;
5. Click OK to open the cmd window: Enter Mvn-version, the following indicates that the installation was successful.
2012-09-07 added:
Add a local repository to Maven
1. Open the local store maven directory (or maven install directory, my installation directory is: D:\cloud_cms\maven\apache-maven-3.0.4, here is not much impact, I just different projects have different warehouses):
For example, my local storage directory is: D:\Util\maven\apache-maven-3.0.4
2. Open the Settings.xml file under the Conf folder, find the 53rd line, remove the comment, and modify it to:
<localRepository>D:/Util/maven/maven-dependcies</localRepository>
Of course, if, under a certain path, a folder named Maven-dependcies is manually created, then the local repository is pointed to the path.
Installation steps for Windows maven3.0.4 +maven configuring the Local Warehouse
Install MAVEN and build a MAVEN local repository