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/
爱吃土豆丝的打工人
- 粉丝: 311
- 资源: 178
最新资源
- 石墨烯 钙钛矿太阳能电池COMSOL仿真:光电热耦合模型
- BoostPFC闭环CRM开关电源模型Matlab BoostPFC模型,闭环控制,CRM临界导通模式,ZCS零电流关断 开关电源PFC,适合入门学习使用,带参考文献 仿真模型使用MATLAB 2
- 基于TCP协议的分布式应用请求复制(TCPCopy)设计源码
- 双向clllc谐振变器基波分析法下电压增益与品质因数Q和电感比k的关系,用matlab做得文件,可以改不同的值,得到不同的曲线
- 基于Java与前端技术的MBTI职业性格测试系统设计源码
- 基于Vue框架的在线音乐系统设计源码
- 魔术轮胎公式验证 matlab与simulink联合仿真验证魔术轮胎模型,通过对比魔术轮胎公式计算的轮胎侧偏力与carsim输出的侧偏力来验证
- 基于Java开发的阿东技术顾问yeb_back001设计源码
- 基于鸿蒙系统的OpenGL图形编程学习设计源码
- 车辆二自由度动力学模型验证 matlab与simulink联合仿真车辆二自由度动力学模型验证,将相同的前轮转角和车速输入carsim和动力学模型,对比carsim和二自由度动力学模型输出的横摆角和车辆
- 基于PHP、HTML、CSS、JavaScript的通用知识竞赛小程序设计源码
- 车辆运动学模型验证 matlab与simulink联合仿真车辆运动学模型验证,将相同的前轮转角和车速输入carsim和运动学模型,对比carsim输出和运动学模型的输出
- 自动驾驶轨迹跟踪控制-纵向mpc横向lqr 轨迹和路径不同,注意是轨迹跟踪不是路径跟踪 模型可以提供前轮转向 后轮转向 四轮转向三种模型,多套模型打包有优惠 跟踪五次多项式道轨迹,纵向控制已经制作好
- 基于Java_SpringBoot的医院综合业务管理系统设计源码
- 上位机采用Labwindows CVI编写,下位机采用RTX64实时系统编写,上位机和下位机通过共享内存通讯,下位机控制周期是1ms,上位机保存的数据为TDMS格式,可以通过NI Diadem软件进行
- 基于Vue的HQ-ADMIN后台管理框架设计源码
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈