标签:右键 项目 conf settings 问题 3.0.5 相关 oca maven
找到maven本地路径的settings.xml文件,如D:\Program Files\apache-maven-3.0.5\conf\settings.xml;
在settings.xml文件中增加
<localRepository>你要指定的路径</localRepository>,如<localRepository>E:/maven/repository/</localRepository>;
eclipse中选中你的maven项目,右键run as》maven install,下载的maven相关的jar包就在刚刚设置的路径下了
标签:右键 项目 conf settings 问题 3.0.5 相关 oca maven
原文地址:http://www.cnblogs.com/shaying/p/7339697.html