❌ 에러 사항
org.apache.maven.plugins:maven-jar-plugin:pom:2.4 failed to transfer from https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.plugins:maven-jar-plugin:pom:2.4 from/to central (https:// repo.maven.apache.org/maven2): The operation was cancelled.
✔ 해결법
1. 프로젝트 우클릭 → Run As → Maven Install
2. 이클립스 프로젝트 탐색기에서 해당 프로젝트 클릭 후 F5(새로고침) 혹은 프로젝트 우클릭 → Refresh 클릭
3. 프로젝트 우클릭 → Maven → Update Project (force 강제 옵션 클릭)
댓글