본문 바로가기
Intellij

[IntelliJ]is not correct Maven home reverting to embedded

by xunxou 2022. 11. 21.

use Maven wrapper is not correct Maven home reverting to embedded 에러가 발생했습니다.

 

 

해결방법


[File] > [Settings...] 클릭

 

[Build, Execution, Deployment] > [Build Tools] > [Maven]

Maven home path 항목을 Bundled (Maven 3) 으로 변경합니다.

 

저장 후 해당 에러가 사라진것을 확인할 수 있습니다.

에러가 사라지지 않으면 intellij 를 재실행하고 다시 확인합니다.