maven 에러
Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4 from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of
central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.plugins:maven-surefire-plugin:pom:2.12.4 from/to central (https://repo.maven.apache.org/maven2): repo.maven.apache.org
해결 방법
1. 프로젝트 우클릭 → Run As → Maven Install
2. 이클립스 프로젝트 탐색기에서 해당 프로젝트 클릭 후 F5 (새로고침) 혹은 Refresh 클릭
3. 프로젝트 우클릭 → Maven → Update Project (force 강제 옵션 클릭)
DONE!