官术网_书友最值得收藏!

Installing Maven

Maven is neither a part of the operating system nor the JDK. It has to be downloaded and installed in a very similar way to Ant. You can download Maven from its official website (https://maven.apache.org/) under the download section. Currently, the latest stable version is 3.3.9. When you download it, the actual release may be different; instead, use the latest stable version. You can download the source or the precompiled version. The easiest way is to download the binary in tar.gz format.

I cannot skip drawing your attention to the importance of checking the download integrity using checksums. I have detailed the way to do it in the section about Ant installation.

After the file is downloaded, you can explode it to a subdirectory using the following command:

tar xfz apache-maven-3.3.9-bin.tar.gz

The created subdirectory is the usable binary distribution of Maven. Usually, I move it under ~/bin, making it available only for my user on OS X. After that, you should add the bin directory of the installation to the PATH. To do that, you should edit the ~/.bashrc file and add the following lines to it:

export M2_HOME=~/bin/apache-maven-3.3.9/ 
export PATH=${M2_HOME}bin:$PATH

Then, restart the terminal application, or just type . ~/.bashrc and test the installation of Maven typing, as follows:

    $ mvn -v
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T17:41:47+01:00)
Maven home: /Users/verhasp/bin/apache-maven-3.3.9
Java version: 9-ea, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk-9.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.11.6", arch: "x86_64", family: "mac"

You should see a similar message on the screen that displays the installed Maven version and other information.

主站蜘蛛池模板: 长顺县| 安达市| 壤塘县| 冕宁县| 古丈县| 穆棱市| 南通市| 繁昌县| 安达市| 右玉县| 堆龙德庆县| 黄龙县| 内江市| 松江区| 九龙城区| 饶平县| 长乐市| 绥阳县| 建瓯市| 阿巴嘎旗| 环江| 顺昌县| 珲春市| 玛沁县| 慈溪市| 沙田区| 铁岭县| 郎溪县| 黄梅县| 大足县| 通山县| 洪江市| 金塔县| 河间市| 繁昌县| 廉江市| 罗源县| 东台市| 石楼县| 平定县| 卢龙县|