maven 的 settings.xml 配置详解

settings.xml 配置详解





    
    D:\maven\repository

    
    

    
    false

    
    
        
        
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
        
    

    
    
        
            
            nexus
            
            admin
            
            admin123

            


            


            


            

        
    

    
    
        
            
            aliyunmaven
            
            *
            
            阿里云公共仓库
            
            https://maven.aliyun.com/repository/public
        

        
            nexus-163
            *
            网易 Nexus 163
            http://mirrors.163.com/maven/repository/maven-public/
        

        
            nexus-tencentyun
            *
            Nexus tencentyun
            http://mirrors.cloud.tencent.com/nexus/repository/maven-public/
        
    

    
    
        
        
            
            jdk-1.8

            
            

                
                true
                1.8
            

            
            
            
            
                1.8
                1.8
                1.8
            
        

        
            nexus

            
            
            
                
                
                    
                    maven-releases
                    
                    
                    http://maven-releases

                    
                    
                        
                        true

                        
                        always

                        
                        warn
                    

                    
                    
                        true
                    

                    
                    default

                
                
                    maven-snapshots
                    http://nexus-snapshots
                    
                        true
                    
                    
                        true
                    
                
            

            
            
                
                    maven-releases
                    http://nexus-releases
                    
                        true
                    
                    
                        true
                    
                
                
                    maven-snapshots
                    http://maven-snapshots
                    
                        true
                    
                    
                        true
                    
                
            
        
    

    
    
        
        nexus
    

maven 拉取资源的优先顺序


你可能感兴趣的:(笔记,maven,xml,java)