Maven setting配置镜像仓库

"1.0" encoding="UTF-8"?>
"http://maven.apache.org/SETTINGS/1.0.0"
          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:\Program Files\Develop\Portable\localRepository
  <--国内Maven镜像仓库值得收藏--> alimaven aliyun maven https://maven.aliyun.com/repository/public central alimaven-central aliyun maven central https://maven.aliyun.com/repository/central central alimaven-spring aliyun maven-spring https://maven.aliyun.com/repository/spring central


alimaven
aliyun maven
http://maven.aliyun.com/mvn/view
central


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


ibiblio
central
Human Readable Name for this Mirror.
https://maven.aliyun.com/mvn/view


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


repo2
central
Human Readable Name for this Mirror.
http://repo2.maven.org/maven2/

        
            central
            Maven Repository Switchboard
            https://repo1.maven.org/maven2/
            central
        
        
            jboss-public-repository-group
            central
            JBoss Public Repository Group
            http://repository.jboss.org/nexus/content/groups/public
        
        
            spring-snapshots
            central
            Spring Snapshots
            https://repo.spring.io/snapshot
        
        
            spring-milestones
            central
            Spring Milestones
            https://repo.spring.io/milestone
        
    

    
        
            jdk18
            
                1.8
                true
            
            
                1.8
                1.8
                1.8
            
        
    

 

你可能感兴趣的:(Maven setting配置镜像仓库)