Maven proxy settings not working

后端 未结 10 1964
别那么骄傲
别那么骄傲 2020-12-05 15:53

I have setup maven proxy settings in conf/settings.xml as


  true
  http
  

        
10条回答
  •  失恋的感觉
    2020-12-05 16:12

    I'm not able to do this with MVN 3.0.4 but I do with 3.0.3

    It seems to be a bug in the 3.0.4 release.

    The jira entry above gives a workaround for the maven 3.0.4 bug: add

    
        
            
                
                org.apache.maven.wagon
                wagon-http-lightweight
                2.2
            
        
    
    

    to your pom.xml

    This worked for me

提交回复
热议问题