반응형

2022.11.08 - [IT/이클립스(Eclipse)] - [이클립스/Eclipse] 이클립스(Eclipse) Could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializer 문제 해결 방법

 

[이클립스/Eclipse] 이클립스(Eclipse) Could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializ

pom.xml에서 각 dependency를 채워 넣고, maven 업데이트를 했는데 이제부터 오류 해결하기 시작이다. 이번 에러는 아래와 같다. Could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializer maven의

yongku.tistory.com

 

위의 문제를 해결하니, 이제는 아래 문제가 발생했다.

Project configuration is not up-to-date with pom.xml. Select: Maven->Update Project... from the project context menu or use Quick Fix.

 

위 에러는 너무 친절하게 어떻게 해결해야 하는지 알려준다.

 

1. [프로젝트 오른쪽 클릭] - [Maven] - [Update Project...] 를 누른다.

 

2. [Update Project...]를 누르면 아래 화면과 같이, Update Maven Project 팝업창이 나오는데, 여기서 그냥 OK 버튼을 누르는게 아니라 Force Update of Snapshots/Releases를 꼭 체크해야 한다.

- Force Update of Snapshots/Releases는 Maven 라이브러리 강제 업데이트다.

 

3. 위와 같이 진행하면 [Problems] 창 깔끔. 편안.

 

반응형

'IT > 이클립스(Eclipse)' 카테고리의 다른 글

[이클립스/Eclipse] 이클립스(Eclipse) Attribute "type" is required and must be specified for element type "resultMap". 문제 해결 방법  (0) 2022.11.23
[이클립스/Eclipse] 이클립스(Eclipse) More than one fragment with the name [spring_web] was found. This is not legal with relative ordering. See section 8.2.2 2c of the Servlet specification for details. Consider using absolute ordering. 문제 ..  (0) 2022.11.17
[이클립스/Eclipse] 이클립스(Eclipse) Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:3.5.1:testCompile (execution: default-testCompile, phase: test-compile) 문제 해결 방법  (0) 2022.11.16
[이클립스/Eclipse] 이클립스(Eclipse) Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (execution: default-compile, phase: compile) 문제 해결 방법  (0) 2022.11.16
[이클립스/Eclipse] 이클립스(Eclipse) Could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializer 문제 해결 방법  (0) 2022.11.08
[이클립스/Eclipse] 이클립스(Eclipse) 자바 프로젝트 Maven 프로젝트로 변경하는 방법  (0) 2022.11.08
[이클립스/Eclipse] 이클립스(Eclipse) Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:mav..  (0) 2022.11.08
[이클립스/Eclipse] 이클립스(Eclipse) 프로젝트 SVN 연결하는 방법  (1) 2022.09.21
  • 네이버 블러그 공유하기
  • 네이버 밴드에 공유하기
  • 페이스북 공유하기
  • 카카오스토리 공유하기