본문 바로가기

개발중/troubleshooting

[해결] Errors occurred during the build.

728x90
반응형

 

Errors occurred during the build.
Errors running builder 'Maven Project Builder' on project 'lucy2'.
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 read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6
Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6
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 read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6
Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6

 


 

이클립스 내에서 [Window] - [Preferences] 선택

 

 

 

그다음 [Maven] - [User Settings] 로 들어가보면 User Settings의 경로가 잡혀있는것을 볼 수 있는데

해당 settings.xml 파일에 maven repository의 경로가 적혀있다.

 

 

C:\Users\{사용자}\.m2\repository

 

다 지우고 아래 순서대로 하자.

  • Maven Clean 
  • Project Clean
  • Maven Install

 

 


728x90
반응형