重要网址

Maven主页:http://maven.apache.org/

Maven central repository:http://search.maven.org/

Maven aliyun jar组件坐标搜索:http://maven.aliyun.com/nexus/

Maven教程:http://www.yiibai.com/maven/

      https://www.imooc.com/learn/443

      https://www.cnblogs.com/hongwz/p/5456578.html

安装

下载后解压到指定安装目录:

配置环境变量:

M2_HOME:E:\Tools\apache-maven-3.5.2

MAVEN_HOME:E:\Tools\apache-maven-3.5.2

Path:E:\Tools\apache-maven-3.5.2\bin

验证:

配置setting.xml

编辑本地库,默认的是${user.home}/.m2/repository

<!-- localRepository
| The path to the local repository maven will use to store artifacts.
|
| Default: ${user.home}/.m2/repository
<localRepository>/path/to/local/repo</localRepository>
--><localRepository>E:\Tools\apache-maven-3.5.2\repository</localRepository>

编辑国内的中心库镜像

  <mirrors>
<!-- mirror
| Specifies a repository mirror site to use instead of a given repository. The repository that
| this mirror serves has an ID that matches the mirrorOf element of this mirror. IDs are used
| for inheritance and direct lookup purposes, and must be unique across the set of mirrors.
|
<mirror>
<id>mirrorId</id>
<mirrorOf>repositoryId</mirrorOf>
<name>Human Readable Name for this Mirror.</name>
<url>http://my.repository.com/repo/path</url>
</mirror>
-->
<mirror>
<id>aliyun</id>
<name>aliyun Maven</name>
<mirrorOf>*</mirrorOf>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
</mirror>
</mirrors>

Eclipse中配置Maven

最新文章

  1. vue 导航钩子
  2. 基于数据库MySQL的简易学生信息管理系统
  3. sencha touch+phonegap+node.js打包
  4. mysql主从复制(超简单)
  5. poj3384Feng Shui(半平面交)
  6. oracle 11g 64位安装32位客户端和PL/SQL
  7. poj2175
  8. osgEarth开发之OSG解构——失败的尝试
  9. Android 进行单元測试难在哪-part3
  10. 包图Package
  11. ios ViewController的生命周期分析和基本使用逻辑
  12. IIS 5.x与ASP.NET
  13. 我的 FPGA 学习历程(01)—— FPGA 基础知识和 Quartus 的安装
  14. SDL播放YUV——循环
  15. MNIST数据可视化
  16. 微信小程序之----制作视频弹幕
  17. Docker 入门指南——常用命令
  18. 在 Unity 中基于 Oculus DK1 的开发
  19. 什么是 metadata (元数据)
  20. typescript 的一种引入文件的方式 Triple-Slash Directives

热门文章

  1. 解决asp.net中HTML中talbe的行高被内容撑的变高的问题
  2. Web开发之容器
  3. echarts, 小知识点随意记录,
  4. QBuffer简单操作(被看做一个标准的可随机访问的文件,支持信号)
  5. 内置函数:min 用法
  6. 我的Android进阶之旅------>Android中通过adb shell input来模拟滑动、按键、点击事件
  7. time 和 datetime 模块
  8. PopuWindow和软件盘共存时的设置
  9. 201704 F-02创建财务凭证
  10. Some day some time we will do