Maven not downloading dependencies in Eclipse

后端 未结 11 1466
伪装坚强ぢ
伪装坚强ぢ 2021-01-03 19:08

I am setting up a project in eclipse . This projects builds successfully through command line(all mvn commands like mvn package, mvn compile<

11条回答
  •  心在旅途
    2021-01-03 19:48

    Solution 1:

    Set correct proxy:

    
        optional
        false
        http
        
        
        172.27.171.91
        8080
    
    

    Solution2 :

    just delete

    lastupdated extension files from folder
    

    and try updating maven.

    [Most of the times this solution will work]

提交回复
热议问题