maven配置阿里云仓库

下载jar包就贼快 就贼鸡儿舒服

maven中settings.xml文件中找到

在里面添加如下配置

    
    
        nexus-aliyun
        *
        Nexus aliyun
        http://maven.aliyun.com/nexus/content/groups/public
    
    
	
		repo1
		central
		Human Readable Name for this Mirror.
		http://repo1.maven.org/maven2/
	
	
	
		repo2
		central
		Human Readable Name for this Mirror.
		http://repo2.maven.org/maven2/
	

如图

maven配置阿里云仓库_第1张图片

你可能感兴趣的:(idea,maven,阿里云,jar,xml,scala)