반응형
IntelliJ에서 maven 프로젝트 실행 시 maven tool 표시 방법을 정리해본다. 먼저 IntelliJ메뉴에서 'View > Tool Windows > Maven' 을 클릭한다. 실해을 하게 되면 IntelliJ 우측에 Maven 관련 화면이 표시가 된다. Lifecycle 하위에서 원하는 타입을 더블클릭으로 실행가능하고, Dependencies 항목을 열어보면 라이브러리들의 의존성 버전을 확인할 수도 있다.
실행 시 아래와 같이 Maven Configuration 관련 에러 발생 할 경우
No valid Maven installation found. Either set the home directory in the configuration dialog or
set the M2_HOME environment variable on your system
▶ 해결
IntelliJ Preferences... (⌘,) 메뉴에서 'Build, Execution, Deployment > Build Tools > Maven'를 선택하고,
Maven home path 항목을 Bundled (Maven 3)로 변경해서 실행을 한다.
반응형
'개발 > IntelliJ' 카테고리의 다른 글
IntelliJ vm옵션 및 환경변수 설정 (0) | 2021.10.01 |
---|---|
IntelliJ 단축키 (0) | 2021.09.25 |
IntelliJ Services window 설정 (0) | 2021.09.25 |
IntelliJ git 사용 (0) | 2021.09.25 |
IntelliJ SpringBoot 웹프로젝트 WEB-INF 리소스 설정 (0) | 2021.09.25 |
댓글