4.maven使用nexus仓库

4.maven使用nexus仓库_第1张图片
image.png

默认账户名:admin
密码:admin123

登录nexus可以发现nexus默认生成了一些仓库,可以直接使用

4.maven使用nexus仓库_第2张图片
image.png

大家可以根据官方文档自行修改
https://books.sonatype.com/nexus-book/3.3/reference/maven.html#maven-sect-single-group
我下面提供一个能修改完毕的配置文件




    
    D:\Program Files\maven\repository


    

    


    

    
    
    
        
            nexus
            admin
            admin123
        
    
    
        
            nexus
            *
            http://localhost:8081/repository/maven-public/
        
    

    
        
        
            nexus
            
            
                
                    oss2
                    http://127.0.0.1:8081/repository/maven-public/
                    
                        true
                    
                    
                        true
                    
                
            
            
                
                    oss2
                    http://127.0.0.1:8081/repository/maven-public/
                    
                        true
                    
                    
                        true
                    
                
            
            
                
                    nexus
                    Releases
                    http://localhost:8081/repository/maven-releases
                
                
                    nexus
                    Snapshot
                    http://localhost:8081/repository/maven-snapshots
                
            
            
                1.7
                true
            
            
                1.7
                1.7
                1.7
            
        

    

    
    
        nexus
    


你可能感兴趣的:(4.maven使用nexus仓库)