[스프링 부트 오류] [WARNING] The requested profile "pom.xml" could not be activated because it does not exist.
오류내용 : [WARNING] The requested profile "pom.xml" could not be activated because it does not exist.
오류원인 : 메이븐 빌드시 Run configuration의 pom.xml 문제로 확인됨
오류처리 : Run configuration의 profile에서 pom.xml 삭제 후 정상적으로 메이븐 빌드됨
프로젝트 메이븐 빌드시 다음과 같은 오류가 발생하였다.
[WARNING] The requested profile "pom.xml" could not be activated because it does not exist.
해당 오류의 오류원인은 메이븐 빌드시 Run configuration의 pom.xml 문제로 확인되었다.
다음과 같이 이동해보자.
아래와 같이 표시된 부분의 pom.xml을 삭제해준다.
그리고 Run 버튼을 누르면
정상 빌드가 되면 다음과 같이 콘솔 창에서 확인할 수 있다.
다음과 같이 콘솔에서 확인 가능하다.
'Spring Framework > Spring Boot 오류' 카테고리의 다른 글
feign client IOException: unexpected end of stream on Address (0) | 2022.07.20 |
---|---|
Spring boot 2.0 Configuration Binding (0) | 2022.02.15 |
[스프링 부트 오류] No message available (0) | 2021.04.11 |
[스프링 부트 오류] java.lang.NullPointerException(lombok 체크) (0) | 2021.04.10 |
[스프링 부트 오류] spring boot Path with "WEB-INF" or "META-INF" (0) | 2021.04.10 |
[스프링 부트 오류] Web server failed to start. Port 8291 was already in use. (0) | 2021.04.10 |
[스프링 부트 오류] cvc-complex-type.4: Attribute 'version' must appear on element 'web-app'. (0) | 2021.04.10 |
[스프링 부트 오류] 오류: 기본 클래스 net.bytebuddy.agent.Attacher을(를) 찾거나 로드할 수 없습니다. (0) | 2021.04.10 |