Introduction to "Maven" Apache maven Installation

Source: Internet
Author: User
Tags documentation
                          Apache Maven What is it? -----------Maven is a software project management and comprehension tool. Based on the concept of a project Object Model (POM), Maven can manage a project's build, reporting and documentation


  From a piece of information.


  Documentation-------------The most up-to-date documentation can is found at http://maven.apache.org/.


  Release Notes-------------The full list of changes can is found at http://maven.apache.org/release-notes.html. System Requirements-------------------jdk:1.6 or above (this are to execute maven-it still allows to B
  Uild against 1.3 and prior JDK ' s).
  Memory:no minimum requirement. Disk:approximately 10MB is required for the Maven installation itself. In addition to so, additional disk space would be used for the your local Maven repository.
  The size of your local repository would vary depending on usage but expect at least 500MB.Operating system:no minimum requirement.


  Start up scripts are included as shell scripts and Windows batch files. Installing Maven----------------1) Unpack the archive where you are would like to store the binaries, eg:unix-b ased operating Systems (Linux, Solaris and Mac OS X) tar zxvf apache-maven-3.x.y.tar.gz Windows unzip APAC


  He-maven-3.x.y.zip 2) A directory called "Apache-maven-3.x.y" would be created. 3) Add The bin directory to your PATH, eg:unix-based operating systems (Linux, Solaris and Mac OS X) export P


  Ath=/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 JDK 5) Run "MVN--version" to verify that it is correctly inst


  Alled. For complete documentation, http://maven.apache.org/download.html#Installation Licensing---------/Please SE


  E the file called LICENSE.
  Maven URLS----------Home page:http://maven.apache.org/downloads:http://maven.apache.org/download.html Release notes:http://maven.apache.org/release-notes.html Mailing lists:http://maven.apache.org/mail-lists.ht ML Source code:https://git-wip-us.apache.org/repos/asf/maven.git/apache-maven Issue Tracking:http://jira. CODEHAUS.ORG/BROWSE/MNG wiki:https://cwiki.apache.org/confluence/display/maven/available Plugins:htt P://maven.apache.org/plugins/index.html


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.