Maven仓库配置

respository配置查询:http://mvnrepository.com/artifact/com.aliyun


更改中央仓库地址:

复制maven/conf/setting.xml文件到.m2目录下,在mirrors标签下添加:


        alimaven
        aliyun maven
        http://maven.aliyun.com/nexus/content/groups/public/
        central        
     

更改本地仓库地址:

修改.m2目录下的setting.xml文件,在setting标签下添加:

自定义文件夹

你可能感兴趣的:(学习笔记)