반응형

기존에 사용했던 프로젝트가 pom.xml이 없어서 dependency 추가도 어렵고 관리를 하기도 힘들었다. 그래서, 이 기회에 자바 프로젝트를 Maven 프로젝트로 변환을 해서 pom.xml을 생성하고 라이브러리 관리를 하려고 이 글을 작성한다.

 

1. [Maven 프로젝트로 변환할 프로젝트 오른쪽 클릭] - [Configure] - [Convert to Maven Project] 버튼을 누른다.

 

2. 버튼을 누르면, 아래 [Create new POM] 팝업창이 나온다. 여기서, Group Id와 Artifact Id를 입력하고 Finish 버튼을 누른다.

 

3. pom.xml이 생성되고, Maven Update를 하려고 하니 아래의 에러가 발생했다.

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:maven-resources-plugin:jar:2.6
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:maven-resources-plugin:jar:2.6
C:\Users\test\.m2\repository\org\apache\maven\plugins\maven-resources-plugin\2.6\aether-3c6a2962-43f1-45c8-824e-1d792d2d4bf5-maven-resources-plugin-2.6.pom-in-progress (액세스가 거부되었습니다)

 

이 문제는 아래의 링크에서 해결할 수 있다.

2022.11.08 - [IT/이클립스(Eclipse)] - [이클립스/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..

 

[이클립스/Eclipse] 이클립스(Eclipse) Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plu

이클립스(Eclipse)의 자바 프로젝트를 Maven 프로젝트로 변환해서 라이브러리를 pom.xml에서 관리하려고 Maven 프로젝트를 변한하고 Maven Update를 했더니 아래와 같은 에러가 발생했다. Could not calculate bu

yongku.tistory.com

 

4. Maven 프로젝트로 변환하는 것은 정말 간단하다. 여기서 좀 노가다 스러운게 pom.xml에 dependency를 차곡차곡 넣는게 너무 귀찮을 뿐!

반응형

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

[이클립스/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) Project configuration is not up-to-date with pom.xml. Select: Maven->Update Project... from the project context menu or use Quick Fix. 문제 해결 방법  (0) 2022.11.08
[이클립스/Eclipse] 이클립스(Eclipse) Could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializer 문제 해결 방법  (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
[이클립스/Eclipse] 이클립스(Eclipse) java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContextPublishing failed with multiple errorsCould not delete May be l..  (0) 2022.09.20
[이클립스/Eclipse] 이클립스(Eclipse) The project was not built since its build path is incomplete. Cannot find the class file for javax.servlet.http.HttpServletRequest. Fix the build path then try building this project 문제 해결 방법  (0) 2022.09.13
  • 네이버 블러그 공유하기
  • 네이버 밴드에 공유하기
  • 페이스북 공유하기
  • 카카오스토리 공유하기