maven setting中文详解及多镜像仓库配置

 

多仓库镜像设置


   
      
           nexus-aliyun
          
           *,!central       
           Nexus aliyun
           http://maven.aliyun.com/nexus/content/groups/public
        

        
            offical  
            Maven Official Repository  
            http://repo1.maven.org/maven2  
            central  
        

        
            central  
            Central Repository  
            https://repo.maven.apache.org/maven2  
            central  
        

        
            jboss  
            Jboss Repository  
            http://repository.jboss.org/nexus/content/groups/public-jboss/  
            central  
        

        
          AsposeJavaAPI
          Aspose Java API
          http://maven.aspose.com/repository/repo
          *
        

                
           nexus         
           http://maven.XXcloud.cn/content/groups/public/        
           central
       
    
   

 

setting详解


          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">
   

   
    ${user.home}/workspace/env/maven/repository

   
    true

   
    false

   
   

       
       

   

   
   
       
           
            server_id

           
            auth_username

           
            auth_pwd

           
            path/to/private_key

           
            some_passphrase

           
            664

           
            775

           
           

       
   

   
   

       

         
       

           
            sjtugmaven

           
            sjtug maven proxy

           
            https://mirrors.sjtug.sjtu.edu.cn/maven-central/
           
            central
       

   

   
   

       
       

           
            example_proxy

           
            false

           
            https

           
            proxy.molo.com

           
            443

           
            proxy_user

           
            proxy_pwd

           
            *.google.com|ibiblio.org

       

   

   
   

       

           
            profile_id

           
           

               
                false

               
                9.9

               
               

                   
                    Windows XP

                   
                    Windows

                   
                    x86

                   
                    5.1.2600

               

               
               

                   
                    mavenVersion

                   
                    2.0.3

               
                
               
               

                   
                    /path/to/active_on_exists

                   
                    /path/to/active_on_missing

               

           
           
           

               
                this.property.is.accessible.when.current.profile.actived

           

           
           
               

               
               

                   
                    maven_repository_id

                   
                    maven_repository_name

                   
                    http://host/maven

                   
                    default

                   
                   

                       
                        false

                       
                        always

                       
                        warn

                   

                   
                   
                       
                       
                       
                   

               

               

           

           
           

       

   

   
   

你可能感兴趣的:(技术运维,maven,setting详解,maven多镜像配置)