코린이의 기록

[maven] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException 본문

Framework

[maven] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

코린이예요 2019. 12. 17. 12:51
반응형
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

 

 

해결방법

1. Project 우측 마우스 -> Properties 

2. JRE System Library 선택 -> Edit 클릭

3. 설치된 jdk로 Alternate JRE를 바꿔준다. 

 

 

4. 다시 maven install을 해주면 Build Success

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.071 s
[INFO] Finished at: 2019-12-17T12:50:31+09:00
[INFO] Final Memory: 12M/245M
[INFO] ------------------------------------------------------------------------
반응형

'Framework' 카테고리의 다른 글

WebFlux framework  (0) 2020.07.23
Comments