728x90
이클립스에서 Maven - Update project... 를 누르니,
Cannot nest whatcha/src/main/~ inside whatcha/src'. To enable the nesting exclude 'main/' from whatcha/src' 에러 발생
해결:
1. pom.xml을 열어서, <sourceDirectory>src</sourceDirectory>를 확인
2. sourceDirectory 요소를 pom에서 지운다
'오류 해결' 카테고리의 다른 글
Jenkins 포트변경 중 groovy 오류 (WARNING: Illegal reflective access by org.codehaus.groovy.vmplugin.v7.Java7$1 ...) (0) | 2024.02.06 |
---|---|
첨부파일 다운로드 개발 중 HttpMessageNotWritableException 오류 (0) | 2024.01.30 |
AWS EC2 중지 후 재시작시 연결 불가능 문제 (0) | 2023.08.24 |
swagger 3.0.0 에러 해결 및 실행 방법 (springboot 2.7.6, maven) (2) | 2023.06.17 |
does not support runtime expressions 원인과 해결 (0) | 2022.11.08 |