728x90
반응형
maven 에러
Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4 from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of
central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4 from/to central (https://repo.maven.apache.org/maven2): repo.maven.apache.org
해결 방법
1. 프로젝트 우클릭 → Run As → Maven Install
2. 이클립스 프로젝트 탐색기에서 해당 프로젝트 클릭 후 F5 (새로고침) 혹은 Refresh 클릭
3. 프로젝트 우클릭 → Maven → Update Project (force 강제 옵션 클릭)
DONE!
반응형
'멍청멍청기록 > 에러 일기' 카테고리의 다른 글
[IntelliJ 서버 에러] org.springframework.web.context.support.XmlWebApplicationContext - Exception encountered during context initialization (0) | 2019.07.31 |
---|---|
스프링 작업 중 에러 (0) | 2019.06.24 |
스프링 에러 03] log4j:ERROR 해결방법. (1) | 2019.03.19 |
스프링 에러 03] interceptor 설정 에러 (0) | 2019.03.18 |
스프링 에러 02] Log4J 에러 feat.Interceptor (0) | 2019.03.15 |