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/
cshgy123
- 粉丝: 133
- 资源: 5
最新资源
- RealtopNote 平板笔记文档
- 三菱FX3U三轴标准程序,包含轴点动,回零,相对与绝对定位, 整个项目的模块都有:主控程序,复位程序,手动,生产计数,只要弄明白这个程序,就可以非常了解整个项目的程序如何去编写,从哪里开始下手,可提供
- 基于Python Turtle模块的玫瑰花图形绘制实例
- 三菱M80系统PLC,T型图,系统一切都可以修,可以改 期待你的光临
- 台达Plc程序单轴标准点动,回零,相对,绝对定位控制模版,程序结构清晰明了,是学习与初次接触台达编程的好示例
- 使用Python Matplotlib与Numpy绘制3D动态玫瑰花数据可视化
- OBc车载充电器 3Kw OBC 车载充电器 含原理图、PC B图、C源代码、变压器参数等生产资料 附赠15kwdcdc模块资料 1、这款产品的方案采用的是dsp2803x系列 2、原理图
- Python中利用Matplotlib与Numpy绘制三维多彩玫瑰花模型
- 开关磁阻电机及其控制系统,三相6 4极,好东西不多,24V,100W
- MATLAB数据预测程序 人工智能算法:包括但不限于lstm神经网络,BP神经网络,RBF以及Elman等 传统经济学:ARIMA,GM灰色预测等均有 学习研究均可,具体效果视实验数据好坏二轮
- 各种模糊控制算法案例word+程序+建模过程 Fuzzy controller 自动控制理论 控制理论与应用 基于MATLAB Simulink搭建驾驶员制动意图识别模型,基于踏板位移和踏板速度,利
- 基于STM32F407 STM32H743芯片和SOEM的E therCAT主站源码 提供配套CUBE工程和 可配套正点原子探索者开发板使用,或任何带以太网口的407 H743板子 支持DC同步
- 基于SIFT特征和视觉词包模型的图像分类性能研究与实验 - 在Scene15数据集上的验证
- 细胞类型解卷积的新方法GTM-decon及其在癌症与糖尿病研究中的应用
- arduino 红绿灯代码
- 基于物理信息神经网络的完整结构拓扑优化框架及其应用
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈