반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- codedeploy error
- COALESCE
- Spring Error
- or some instances in your deployment group are experiencing problems.
- chart.js
- codedeploy
- codepipeline
- JavaScript
- aws
- Python
- IntelliJ
- SQL
- VPN
- 도커
- bootstrap
- Kafka
- AWS CI/CD 구축하기
- codebuild
- node
- PostgreSQL
- Spring
- kubeflow
- redis
- java bigdecimal
- Airflow
- aws cicd
- chartjs
- Jenkins
- Flux
- docker
Archives
- Today
- Total
Small Asteroid Blog
STS 에서 메이븐 프로젝트 생성하자 마자 pom.xml 에러 생기는 경우 본문
728x90
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 체크
다음과 같은 방법을 사용하니 에러가 해결되었다.
728x90
반응형
'백엔드 > 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 |