Maven - 国内 Maven 镜像仓库(加速包,冲冲冲~)







    
    
    E:\JAVA\Maven
    

    

    
    
        
    

    
    
        
    

    
    
        

        
    

    
    
        

        
            alimaven-central
            central
            aliyun maven
            http://maven.aliyun.com/nexus/content/repositories/central/
        
        
            jboss-public-repository-group
            central
            JBoss Public Repository Group
            http://repository.jboss.org/nexus/content/groups/public
        

        

    

    
    
        
        
            jdk18
            
                1.8
                true
            
            
                1.8
                1.8
                1.8
            
        

        
    

    
  • 简单粗暴 settings.xml,飞一般的感觉~

附:其他常用镜像仓库


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



    alimaven
    central
    aliyun maven
    http://maven.aliyun.com/nexus/content/repositories/central/



    ibiblio
    central
    Human Readable Name for this Mirror.
    http://mirrors.ibiblio.org/pub/mirrors/maven2/



    jboss-public-repository-group
    central
    JBoss Public Repository Group
    http://repository.jboss.org/nexus/content/groups/public



    central
    Maven Repository Switchboard
    http://repo1.maven.org/maven2/
    central



    repo2
    central
    Human Readable Name for this Mirror.
    http://repo2.maven.org/maven2/
  • 如果想要换仓库镜像,只需要在 settings.xml 更改 mirror 即可~

你可能感兴趣的:(#,Maven,maven,java,镜像,仓库,加速,ali,repo,国内,中央,仓库)