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!
'개발자의 공부방 > 에러 일기' 카테고리의 다른 글
스프링부트 에러] Failed to bind properties under '' to com.zaxxer.hikari.HikariDataSource // feat.application.properties (0) | 2020.02.25 |
---|---|
[IntelliJ 서버 에러] org.springframework.web.context.support.XmlWebApplicationContext - Exception encountered during context initialization (0) | 2019.07.31 |
스프링 에러) Maven plugin 에러 (2) | 2019.06.01 |
스프링 에러 03] log4j:ERROR 해결방법. (1) | 2019.03.19 |
스프링 에러 02] Log4J 에러 feat.Interceptor (0) | 2019.03.15 |
스프링 에러 01] (1) | 2019.03.14 |
와 감사합니다! 끙끙대고있었는데 잘 해결되었습니다
답글
굿굿 해결되었습니다!
답글