[maven] Blocked the mirror 에러
by Roel Downey728x90
반응형
기존에는 잘 불러오던 라이브러리 못 불러오는 이슈 발생 함.
maven에서 blocked the mirror 오류가 출력됨
오류의 원인은 maven 3.8.1 에서 신규 추가된 기능 때문이다.
- Maven now disables all insecure http://* mirrors by default.
많은 사람들이 불편을 겪고 있다.
- https://stackoverflow.com/questions/67001968/how-to-disable-maven-blocking-external-http-repositores
- https://stackoverflow.com/questions/67833372/getting-blocked-mirror-for-repositories-maven-error-even-after-adding-mirrors/67835542#67835542
그래서 위 사이트들에서 제시한 방법으로 해결해보려고 하였지만 intellij에서 maven 설정을 바꾸면 된다는 것을 깨달았다.
-> maven setting > home path > use maven wrapper
왜? 설정만 바꾸면 되냐고 물어보신다면?!
그 전 설정인 Bundled(Maven 3)은 3.8.1 버전을 쓰고 있었고. use maven wrapper 설정은 properties 파일에서 읽어오는 거여서 그 전 버전이다.
728x90
반응형
'ETC...Study' 카테고리의 다른 글
[Git] 이미 푸쉬해서 원격에 올라간 파일 ignore 적용하기 (0) | 2023.07.12 |
---|---|
[Mac OS] Cannot create PoolableConnectionFactory (로케일을 인식할 수 없습니다)을(를) 발생시켰습니다. (0) | 2022.05.04 |
[IntelliJ] IntelliJ에서 properties 파일 한글 깨짐 (0) | 2022.04.10 |
[intelliJ] Your ApplicationContext is unlikely to start due to a @ComponentScan of the default package. (0) | 2020.12.18 |
[IntelliJ] 인텔리제이 에서 Maven View가 보이지 않을때 (0) | 2020.11.04 |
블로그의 정보
What doing?
Roel Downey