Maven 项目中依赖的搜索顺序

Maven 项目中依赖的搜索顺序

http://www.manongjc.com/article/13422.html

执行过程中使用 -e -X 查看详细的搜索地址;

1,*仓库,这是默认的仓库
2,镜像仓库,通过 sttings.xml 中的 settings.mirrors.mirror 配置
3,全局profile仓库,通过 settings.xml 中的 settings.repositories.repository 配置
4,项目仓库,通过 pom.xml 中的 project.repositories.repository 配置
5,项目profile仓库,通过 pom.xml 中的 project.profiles.profile.repositories.repository 配置
6,本地仓库
local_repo > settings_profile_repo > pom_profile_repo > pom_repositories > settings_mirror > central

 

上一篇:Git服务搭建教程


下一篇:android studio升级之后项目报错Could not find com.android.tools.build:aapt2:3.2.1-4818971