Maven下载Snapshot快照版本jar的一些设置


categories:

  • Maven
    tags:
  • snapshot-jar-download

pom.xml


    
        nexus
        http://192.168.1.105:8081/repository/maven-public/
        true
    

配置仓库地址,开启快照下载支持

settings.xml


        nexus
        true
        
            
                nexus
                http://192.168.1.105:8081/repository/maven-public/
                true
                true
            
        
 

你可能感兴趣的:(Maven下载Snapshot快照版本jar的一些设置)