maven settings私服の配置

3299 ワード

もしmirrorsだけ設置すれば、Mavenは自動的にあなたの設置したurlによって資源を探すことができなくて、profileを設置してprofileを有効にする必要があります。




D:/developer/service/repository/

  
  
  
  
  

    
        
            central
            central
            cqliving-nexus
                  public    , :http://localhost:8081/nexus/content/repositories/public/
        
    
  
  
    
        nexus-snapshots
        admin
        admin123
    
    
        nexus-releases
        admin
        admin123
    
  
  
    
        jdk-1.8    
            
            true    
            1.8    
            
            
            1.8    
            1.8    
            1.8    
            
    
    
        cqliving
        
            
                cqliving
                cqliving repo
                      public    , :http://localhost:8081/nexus/content/repositories/public/
                default
                
                
                    
                    true
                    
                    always
                    
                    warn
                
                
                    true
                    always
                
            
        

        
            
                cqliving
                      public    , :http://localhost:8081/nexus/content/repositories/public/
                
                    true
                
                
                    true
                    always
                
            
        
    
  

  
    cqliving
    jdk-1.8