Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- JWT
- 남궁성과 끝까지 간다
- emqx
- visualvm
- 스프링의 정석
- EC2
- 쇼트유알엘
- 생성자 주입
- 항해99
- 웹개발
- java
- 카프카
- 프로그래머스
- 스파르타코딩클럽
- @jsonproperty
- MYSQL
- Spring
- CentOS
- 데이터베이스
- 시큐리티
- WEB SOCKET
- 스웨거
- JavaScript
- AWS
- 패스트캠퍼스
- DB
- Kafka
- 개인프로젝트
- Spring Security
- docker
Archives
- Today
- Total
Nellie's Blog
Cannot nest whatcha/src/main/~ inside whatcha/src'. To enable the nesting exclude 'main/' from whatcha/src' 에러 발생 본문
오류 해결
Cannot nest whatcha/src/main/~ inside whatcha/src'. To enable the nesting exclude 'main/' from whatcha/src' 에러 발생
Nellie Kim 2022. 11. 6. 09:51728x90
이클립스에서 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 |