STS 에서 메이븐 프로젝트 생성하자 마자 pom.xml 에 빨갛게 에러가 생겼다.
오류 메세지는 아래과 같았다.
Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4 from http://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 (http://repo.maven.apache.org/maven2): No connector factories available
해결 방법으로는 아래 두가지 방법을 해볼 수 있다.
1.
.m2/repository/org/apache/
다음 경로에서 maven 폴더를 통째로 날리기
2.
STS 프로젝트 우클릭 > Maven > Update Project... > Force update of Snapshots/Releases 체크
다음과 같은 방법을 사용하니 에러가 해결되었다.
반응형
'공부 > Spring' 카테고리의 다른 글
spring 에서 오라클 연결하기 (0) | 2020.11.27 |
---|---|
[Spring] 스케쥴러 사용해 일정주기마다 코드 실행하기 (0) | 2020.10.07 |
[Tomcat 에러] Several ports (8005, 8080, 8009) required by Tomcat v9.0 Server at localhost are already in use. (0) | 2020.06.11 |
RESTFul (0) | 2020.05.20 |
[spring] < taglib uri="http://java.sun.com/jsp/jstl/core" >오류 (0) | 2020.03.05 |