I am starting to configure my development environment and I am using Spring Tool Suite 2.8.1 along with m2E 1.01.
As far as I can tell, since this is a Maven Project
In my case I tried all the tips suggested but the error remained. I solved changing with a more recent version and writing that in the pom.xml. After this everything is now ok.
Delete your C:\Users\PC\.m2** folder
and update maven project
Below Steps resolved my issue.
Go to ./m2/repository folder.
Go to respective archive error folder.
Verify any zip file is exist.
delete error name folder.
Now come to Eclipse Project - Right Click - Maven - > Update Project.
Above trick works for me.
This worked for me.
I face with the same issue. I deleted the local repository and relaunched the ID. It worked fine .
In my case I had to manually delete all the files in .m2\repository
folder and then open command prompt and run mvn -install
command in my project directory.