반응형
pom.xml에서 maven-compiler-plugin 등록하면서 아래와 같이 문제가 발생했다.
Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:3.5.1:testCompile (execution: default-testCompile, phase: test-compile)
Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:3.5.1:testCompile (execution: default-testCompile, phase: test-compile)
이 문제는 간단하게 해결 가능하다.
pom.xml에 에러가 나는 곳에 마우스를 올리면 Discover m2e connectors 하이퍼 텍스트를 누르면 아래와 같이 뜬다.
Finish를 누르면, 아래의 화면이 나오는데 Next를 누른다.
다시 Next를 누른다.
I accept the terms of the license agreements를 체크하고 Finish를 누른다.
Finish를 누르면 install 시작을 한다.
아래와 같이 나오면 Install anyway 버튼 누르고 기다린다.
Restart Now를 누르면 이클립스 켜지면서 문제 해결 됐음.
반응형
최근댓글