Eclipse 修改maven 仓储Repository位置
Posted 一生的力量
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse 修改maven 仓储Repository位置相关的知识,希望对你有一定的参考价值。
简述:
使用两个Nexus, 需要配置两份不同的Maven仓库
步骤:
1. 下载新的Maven运行包
2. 进入conf/ 修改setting.xml项
<localRepository>D:/Maven/repo-im</localRepository>
3. 进入eclipse修改
Preference -> Maven -> Installation
4. -> User Interface
选择刚才修改过的setting.xml
附注:
发现只要指定了setting.xml的位置,也就是user setting 设置一下就可以, 对于maven bin目录是无关的
所以讲setting.xml 移入了repo 文件夹下
重新在Eclipse中配置Preference -> Maven -> user setting 即可
Apply 之后点击Update Setting 即可
以上是关于Eclipse 修改maven 仓储Repository位置的主要内容,如果未能解决你的问题,请参考以下文章