Maven: Failed to retrieve plugin descriptor error

前端 未结 15 1724
粉色の甜心
粉色の甜心 2020-11-28 23:23

I configured Maven 3.0.3 and tried to download a sample project using archetypes with this command:

mvn archetype:generate -DarchetypeGroupId=org.graniteds.         


        
15条回答
  •  既然无缘
    2020-11-29 00:13

    I was having exactly the same problem.I went to my IE setting->LAN Settings.Then copied the Address as host and port as the port and it worked. Following is the snapshot of the proxies tag in the Settings.xml that I changed.

    
      optional
      true
      http
      
      webtitan
      8881
      
    
    

提交回复
热议问题