프로젝트 import 후 pom.xml 에러
- 작성자 :
- 함*혜
- 작성일 :
- 2023-04-14 17:22:05
- 조회수 :
- 1,423
- 구분 :
- 개발환경 / 3.1
- 진행상태 :
- 완료
Q
안녕하세요.
기존 프로젝트 import 후 pom.xml 에러 발생에 관한 내용입니다.
maven 다운로드 관련 문제일까요....?
Failure to transfer commons-io:commons-io:pom:2.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 commons-io:commons-io:pom:2.4 from/to central (https://repo.maven.apache.org/maven2): Connection reset
확인 부탁드립니다.
감사합니다.
기존 프로젝트 import 후 pom.xml 에러 발생에 관한 내용입니다.
maven 다운로드 관련 문제일까요....?
Failure to transfer commons-io:commons-io:pom:2.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 commons-io:commons-io:pom:2.4 from/to central (https://repo.maven.apache.org/maven2): Connection reset
확인 부탁드립니다.
감사합니다.
환경정보
-
- OS 정보 : window
- 표준프레임워크 버전 : 3.10.0
- JDK(JRE) 정보 : jdk1.8.0_361
- WAS 정보 :
- DB 정보 : oracle 19c
- 기타 환경 정보 :
A
안녕하세요.
표준프레임워크센터입니다.
라이브러리를 못 가져와서 발생한 오류이므로
관련 메이븐이 설치된 관련 리파지토리 부분을 삭제하고
(또는 리파지토리 변경이나 전체 삭제{backup 필수} 후) 진행하시기 바랍니다.
maven update(forced > check)
maven clean
maven install
후 빌드해보시기 바랍니다.
감사합니다.
표준프레임워크센터입니다.
라이브러리를 못 가져와서 발생한 오류이므로
관련 메이븐이 설치된 관련 리파지토리 부분을 삭제하고
(또는 리파지토리 변경이나 전체 삭제{backup 필수} 후) 진행하시기 바랍니다.
maven update(forced > check)
maven clean
maven install
후 빌드해보시기 바랍니다.
감사합니다.