- Android Application Development with Maven
- Patroklos Papapetrou Jonathan LALOU
- 106字
- 2021-07-23 20:06:09
Download and Install Apache Maven
Download Maven 3.2.1 or greater from the Apache Maven website: http://maven.apache.org/download.cgi. Install this by uncompressing it in a folder of your choice. Set the environment variable M2_HOME
to the right location, such as /usr/lib/maven/
or C:\win32app\apache-maven-3.2.1
folder.
Then, add $M2_HOME/bin
or %M2_HOME%\bin
parameter to your PATH
variable. Check mvn
setup is executable by running the command mvn -version
. Here is an example of the expected output:
C:\win32app\Console-2.00.b148>mvn -version Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-14T18:37:52+01:00) Maven home: C:\win32app\apache-maven-3.2.1 Java version: 1.7.0_45, vendor: Oracle CorporationJava home: C:\win32app\jdk1.7.0_45\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 7", version: "6.1", arch: "x86", family: "windows"
推薦閱讀
- AngularJS入門與進(jìn)階
- Spring 5.0 Microservices(Second Edition)
- SOA實(shí)踐
- Learning Chef
- Raspberry Pi for Secret Agents(Third Edition)
- Python Geospatial Development(Second Edition)
- Python 3破冰人工智能:從入門到實(shí)戰(zhàn)
- Oracle BAM 11gR1 Handbook
- Access 2016數(shù)據(jù)庫管
- Python數(shù)據(jù)可視化之Matplotlib與Pyecharts實(shí)戰(zhàn)
- Android玩家必備
- 0 bug:C/C++商用工程之道
- Unity&VR游戲美術(shù)設(shè)計(jì)實(shí)戰(zhàn)
- Learning Node.js for .NET Developers
- C++編程兵書