MAVEN installation Detailed

Source: Internet
Author: User

First you need to install the JDK and download the JDK installation from the official website.


Configuration java_home: Your JDK installation directory


Classpath:.; %java_home%\lib;%java_home%\lib\tools.jar;

Path:; Your JDK installation directory \ Bin;

Enter Java-version If the JDK configuration succeeds


Download the required version from the MAVEN website and I am using version 3.2.5. Download Apache-maven-3.2.5-bin.zip file. If you need a more advanced version, download the appropriate Bin.zip file. Unzip to the folder you want to install

In the environment variable, create a new m2_home, set to the Maven decompression directory. Modify the path variable to add%m2_home%\bin after the original value;

Restart your computer

Enter mvn-v on the command line to see if MAVEN is configured successfully

If it appears below then congratulations on your MAVEN configuration success:


MAVEN installation Detailed

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.