Maven plugin not using Eclipse's proxy settings

前端 未结 3 604
离开以前
离开以前 2020-12-07 11:55

I am using springsource tool suite 2.7.2, based on Eclipse 3.7. The Maven plugin comes now out of the box with Eclipse which is great, and this problem occurred even with pr

3条回答
  •  一整个雨季
    2020-12-07 12:56

    
    
    
         
           
              true
              http
              proxy.somewhere.com
              8080
              proxyuser
              somepassword
              www.google.com|*.somewhere.com
            
          
    
        
    

    Window > Preferences > Maven > User Settings

    enter image description here

提交回复
热议问题