Apache Maven

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
 
第1行: 第1行:
 +
==安装指南==
 +
install Maven 2:
 +
 +
1) Unpack the archive where you would like to store the binaries, eg:
 +
  tar zxvf maven-2.0.tar.gz
 +
or
 +
  unzip maven-2.0.zip
 +
 +
2) A directory called "maven-2.0" will be created.
 +
 +
3) Add the bin directory to your PATH, eg:
 +
  export PATH=/usr/local/maven-2.0/bin:$PATH
 +
or
 +
  set PATH="c:\program files\maven-2.0\bin";%PATH%
 +
 +
4) Make sure JAVA_HOME is set to the location of your JDK
 +
 +
5) Run "mvn --version" to verify that it is correctly installed.
 +
 
http://maven.apache.org/
 
http://maven.apache.org/

2006年10月25日 (三) 09:28的版本

安装指南

install Maven 2:

1) Unpack the archive where you would like to store the binaries, eg:

 tar zxvf maven-2.0.tar.gz

or

 unzip maven-2.0.zip

2) A directory called "maven-2.0" will be created.

3) Add the bin directory to your PATH, eg:

 export PATH=/usr/local/maven-2.0/bin:$PATH

or

 set PATH="c:\program files\maven-2.0\bin";%PATH%

4) Make sure JAVA_HOME is set to the location of your JDK

5) Run "mvn --version" to verify that it is correctly installed.

http://maven.apache.org/

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱