欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Apache Maven
来自开放百科 - 灰狐
(版本间的差异)
小 (→Powered By) |
小 (→链接) |
||
第49行: | 第49行: | ||
http://download.java.net/maven/1/ | http://download.java.net/maven/1/ | ||
− | [[ | + | [[category:apache]] |
− | [[ | + | [[category:project management]] |
− | [[ | + | [[category:build automation]] |
2013年1月28日 (一) 02:06的版本
您可以在Wikipedia上了解到此条目的英文信息 Apache Maven Thanks, Wikipedia. |
目录 |
安装指南
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.
Creating a Project
mvn archetype:create -DgroupId=org.huihoo.app -DartifactId=my-app cd my-app mvn package java -cp target/my-app-1.0-SNAPSHOT.jar org.huihoo.app.App
Which will print the quintessential:
Hello World!
Running Maven Tools
mvn clean dependency:copy-dependencies package mvn site
Sub Projects
图集
链接
- The Central Repository
- A Maven 2 repository for hosting java.net projects libraries and dependencies: https://maven2-repository.dev.java.net/
http://download.java.net/maven/2/
- Java.net Maven Repository https://maven-repository.dev.java.net/
分享您的观点