뭐든 즐기면서 ;)

Maven Multi module build error with IntelliJ 본문

Error

Maven Multi module build error with IntelliJ

Tada.*+ 2022. 12. 1. 16:58
728x90

ERROR

Could not resolve dependencies, artifacts could not be resolved

또는

Failed to collect dependencies at ai.mindslab:gather-common:jar:1.0.2-RELEASE(부모모듈): Failed to read artifact descriptor for ai.mindslab:gather-common:jar:1.0.2-RELEASE: Could not find artifact ai.mindslab:gather:pom:1.0.1-SNAPSHOT

  • ${maven_repository}/ai/mindslab/gather/1.0.1-SNAPSHOT 하위에 '.pom' 파일과 'maven-metadata-local.xml'파일이 존재해야 하는데 오류가 나는 상황에 이 파일이 존재하지 않았다.

참고용 이미지

해결 방법

maven에 대해 아주 좋은 참고 글인 것 같음.

https://www.baeldung.com/maven-force-update

728x90
Comments