Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- jenkins github 연동
- jenkins jdk
- 리눅스
- Jenkins Pipeline
- grafana
- Spring Boot
- 리액트
- grpc
- spring
- jenkins maven
- Linux
- jenkins install
- CI/CD
- error
- MySQL
- Jenkins
- jenkins 설치
- vue.js
- IntelliJ
- REACT
- java
- MongoDB
- subnetmask
- Docker
- jenkins github
- docker network
- nginx
- JavaScript
- gradle
- jpa
Archives
- Today
- Total
뭐든 즐기면서 ;)
Maven Multi module build error with IntelliJ 본문
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에 대해 아주 좋은 참고 글인 것 같음.
728x90
'Error' 카테고리의 다른 글
Comments