How to solve maven 2.6 resource plugin dependency?

前端 未结 11 1755
無奈伤痛
無奈伤痛 2020-11-29 07:16

ERROR:

Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to         


        
11条回答
  •  攒了一身酷
    2020-11-29 07:52

    I had exactly the same error. My network is an internal one of a company. The proxy has been disabled from the IT team so for that we do not have to enable any proxy settings. I have commented the proxy setting in settings.xml file from the below mentioned locations C:\Users\vijay.singh.m2\settings.xml This fixed the same issue for me

提交回复
热议问题