본문 바로가기
백엔드/Spring

STS 에서 메이븐 프로젝트 생성하자 마자 pom.xml 에러 생기는 경우

by 작은소행성 2020. 5. 21.

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 체크

 

 

다음과 같은 방법을 사용하니 에러가 해결되었다. 

 

 

반응형