创建maven时的配置文件settings(镜像为阿里云)

需注意: D:\Maven Repository\repository中的目录结构可以更改为任意。(repository中主要存放project依赖的jar包等)#没有文件的话会auto create!


xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">


D:\Maven Repository\repository


Aliyun
*
http://maven.aliyun.com/nexus/content/repositories/central/




Aliyun

        
            
                central
                http://maven.aliyun.com/nexus/content/repositories/central/
                
                    true
                
                
                    false
                
            
        
        
            
                central
                http://maven.aliyun.com/nexus/content/repositories/central/
                
                    true
                
                
                    false
                
            
        
        
            1.8
            1.8
            1.8
        
        
            true
            1.8
        
    

你可能感兴趣的:(创建maven时的配置文件settings(镜像为阿里云))