标签:优先 pom maven tin conf 全局 use 优先级 setting
maven涉及的配置文件一般有三个:(作用范围依次减小,优先级依次升高)
全局配置(maven安装包中):${M2_HOME}/conf/settings.xml
用户配置(该文件是拷贝全局配置而来的):${user.home}/.m2/settings.xml
用户项目配置pom.xml
一般全局配置不用修改。用户配置和pom.xml进行修改。
用户配置:settings.xml
maven 配置文件 settings.xml pom.xml
标签:优先 pom maven tin conf 全局 use 优先级 setting
原文地址:http://www.cnblogs.com/hblthink/p/7967683.html