Total Pageviews

2020/06/09

[Eclipse] [Maven] missing artifact xxxxxx

Problem
I copy libraries (under .m2/repository) from other's machine.
As I tried to update maven in my eclipse project, I got missing artifact error.
I had confirmed these jar files which existed in my .m2/repository.

How-To
Go to specific directory and delete _remote.repositories, thenthe problem will be resolved.

No comments: