이전자료/웹개발
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:x.x.x:compile 에러
나의 로그
2022. 1. 19. 20:19
깃허브에서 다른 분의 프로젝트를 가져와서 mvn clean package를 했을 때 발생했던 에러입니다.

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project noticeboard: Fatal error compiling: error: release version 1.8 not supported -> [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:

pom.xml에서 설치된 maven 버전과 자바 버전을 일치 시켜주면 됩니다.
