I started to learn maven, but I had a project that was done by Wood. I've heard of MAVEN's name, used to build the project.
The following is a recording of my MAVEN installation process
1. Confirm that the JDK is installed on the computer
Under CMD, execute the following command:
Java–version
MAVEN has requirements for the Java version, but this version should be a problem with wood.
2. Download maven
I installed on Windows and downloaded the 3.3.9 version of the binary code, as follows:
Http://apache.fayea.com/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip
3. Decompression
After Maven extracts, place the folder apache-maven-3.3.9 in the D-Packing directory
4. Configure Environment variables
Maven_home and Maven_home/bin
Just when I wanted to configure it and found that Maven was installed and well equipped with the environment variables, strange, I do not remember when I installed.
5. Verify the installation
Maven 3.3.9 installation on Windows