반응형
츄르사려고 코딩하는집사입니다.
1. 에러 메시지
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
2. 해결방법
1) Maven Update
[Maven] - [Update Project]를 하여 Maven을 업데이트한다.
2) C:\Users\계정\.m2\repository\org\apache\maven\plugins\maven-resources-plugin 경로에 있는 2.6 파일을 삭제한다.
3) C:\Users\HNW\.m2 경로에서 repository를 삭제한 후, 다시 repository를 설치하여 업데이트 한다.
- maven update
- maven clean
- maven install
해결 방법 중에서는 3번으로 하는 것이 가장 깔끔한 방법이다.
반응형
'Language > Java' 카테고리의 다른 글
자바(JAVA) 문자열 추출하는 방법 (0) | 2022.02.22 |
---|---|
The method asList(Object[]) in the type Arrays is not applicable for the arguments (String) 문제 해결 방법 (0) | 2022.02.19 |
[JAVA] String을 Double로 변환하는 방법 (0) | 2021.12.17 |
[IBatis] iterate 사용 방법 및 사용하지 못할 때 (0) | 2021.12.17 |
자바(Java)에서 Map 안에 Map 꺼내는 방법 (0) | 2021.11.17 |
자바(Java)에서 문자열 합치기(concat, +, append()) (0) | 2021.11.16 |
이클립스(Eclipse)에서 빨간줄 없애는 방법 (0) | 2021.10.28 |
자바(Java) Enumeration 인터페이스(Interface) 정리 (0) | 2021.09.07 |
최근댓글