이 프로젝트는 폐쇠망으로 특정 모듈들을 Nexus에서 모아두고 사용하고 있다.
원인은 Maven 3.8.1 버전부터 http에 대한 외부 연결을 막는 설정이 default로 변경되었기에 이를 수정해주면 된다.
💡 해결방법
현재 사용하고 있는 nexus를 https로 변경해주거나,
maven의 settings.xml에 http 에도 연결되게끔 설정을 변경한다.
C:\Users\[사용자계정]\.m2 폴더에 settings.xml 파일을 생성 후 아래 내용 입력한다.
출처
https://bkjeon1614.tistory.com/700
https://dejavuhyo.github.io/posts/maven-blocked-the-mirror-error/
LIST