java 开发配置maven作为项目管理
maven 下载
- 下载 _maven_
- 解压
maven
到任意目录 - 将
maven
配置到PATH
中
1 | sudo vi /etc/profile |
- 使修改生效
1 | source /etc/profile |
- 验证
maven
是否安装成功
1 | mvn --help |
eclipse
配置maven
安装
help
—->Eclipse Marketplace
- 在
Find
中输入 maven - 选择
Maven Intergation for Eclipse(Luna)
- 重启eclipse
配置
Preference
—->Maven
- 选择
Installations
—->Add
maven unpacked in your path - 选择
User Settings
—->Browers
the maven settings.xml in your maven path