How to solve maven 2.6 resource plugin dependency?

前端 未结 11 1761
無奈伤痛
無奈伤痛 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:58

    Seems your settings.xml file is missing your .m2 (local maven repo) folder.

    When using eclipse navigate to Window -> Preferences -> Maven -> User Settings -> Browse to your settings.xml and click apply.

    Then do maven Update Project.

    enter image description here

提交回复
热议问题