2) Download maven

Source: Internet
Author: User

http://maven.apache.org/

http://maven.apache.org/download.cgi

Maven 3.3.3 (Binary tar.gz)

Maven 3.3.3 (Binary Zip)

Maven 3.3.3 (Source tar.gz)

Maven 3.3.3 (Source Zip)

Note: The specific version is subject to the official website.

The difference between these several packages:

 installing Maven----------------1) Unpack the archive where you would like to store the binaries, eg:unix-based operating systems (Linux, Solaris and Mac OS X) tar zxvf apache-maven-3.x.y.tar.gz Windows unzip apache-maven-3.x.y.zip2) A directory called "Apache-maven-3.x.y" wi ll be Created.3) Add the bin directory to your PATH, eg:unix-based operating systems (Linux, Solaris and Mac OS X) export Path=/usr/local/apache-maven-3.x.y/bin: $PATH Windows set path= "C:\Program Files\apache-maven-3.x.y\bin";%path%4) Make sure Java_home are set to the location of your JDK5) Run "MVN--version" to verify that it's correctly INSTALLED.

--Excerpt from "README.txt"

So the difference is obvious:

. tar.gz for Linux

. zip for Windows

Another src.zip is the source code

. zip is an installation package

2) Download maven

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.