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 central piece of information.
Documentation
-------------
The most up-to-date documentation can be found at https://maven.apache.org/.
Release Notes
-------------
The full list of changes can be found at https://maven.apache.org/docs/history.html.
System Requirements
-------------------
JDK:
1.7 or above (this is to execute Maven - it still allows you to build against 1.3
and prior JDK's).
Memory:
No minimum requirement.
Disk:
Approximately 10MB is required for the Maven installation itself. In addition to
that, additional disk space will be used for your local Maven repository. The size
of your local repository will vary depending on usage but expect at least 500MB.
Operating System:
Windows:
Windows 2000 or above.
Unix based systems (Linux, Solaris and Mac OS X) and others:
No minimum requirement.
Installing Maven
----------------
1) Unpack the archive where you would like to store the binaries, e.g.:
Unix-based operating systems (Linux, Solaris and Mac OS X)
tar zxvf apache-maven-3.x.y.tar.gz
Windows
unzip apache-maven-3.x.y.zip
2) A directory called "apache-maven-3.x.y" will be created.
3) Add the bin directory to your PATH, e.g.:
Unix-based operating systems (Linux, Solaris and Mac OS X)
export PATH=/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 is set to the location of your JDK
5) Run "mvn --version" to verify that it is correctly installed.
For complete documentation, see https://maven.apache.org/download.html#Installation
Licensing
---------
Please see the file called LICENSE.
Maven URLS
----------
Home Page: https://maven.apache.org/
Downloads: https://maven.apache.org/download.html
Release Notes: https://maven.apache.org/docs/history.html
Mailing Lists: https://maven.apache.org/mailing-lists.html
Source Code: https://gitbox.apache.org/repos/asf/maven.git
Issue Tracking: https://issues.apache.org/jira/browse/MNG
Wiki: https://cwiki.apache.org/confluence/display/MAVEN/
Available Plugins: https://maven.apache.org/plugins/
不太会写
- 粉丝: 814
- 资源: 13
最新资源
- Yakit-1.0.12-sp7-windows-amd64.zip
- 基于python+tkinter实现学籍管理系统的设计与开发(简单版)
- 软件测试05-测试方法-判定表法+因果图法+正交实验法
- C语言程序设计(第5版)习题解答-第5章 原创代码
- 基于dqn的燃料电池混合动力汽车能量管理策略 1.研究对象为燃料电池-动力电池混合动力汽车 2.基于dqn算法,分配燃料电池和动力电池的功率输出 3.状态量为soc,控制量为燃料电池输出功率
- 改进A星算法路径规划+A星算法 通过修改距离更新公式,增加动态权重,效果有一定提升,与原算法对比结果如下,如果地图更加复杂效果提升应该可以更明显
- C语言程序设计(第5版)习题解答-第4章 原创代码
- win32汇编环境,对话框程序画弓形弦
- 21改进平均网损系数法 基于改进平均网损系数法的线损分摊方法,程序通用,可根据需求改进,加好友,可提供matlab和python版本
- 煤层气开采热力流(thm)耦合案列讲解
- Qiankunqiankun前端微应用独立部署,兼容所有技术栈
- 煤与瓦斯气固耦合模型案列分析讲解
- 基于simulink的扩频通信系统,有蚊子描述
- 基于python实现一个简单的学生信息管理系统
- 大数据lzo压缩库,可直接使用
- 自适应扩展、无迹卡尔曼滤波算法估计锂电池soc代码及模型
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈