Encountered the same problem. For my case i was working behind a proxy.
My solution was
Modify the settings.xml file in the .m2 folder to add the proxy configuration.
proxy true http 172.23.182.63 4145
In eclipse Click update settings button. Menu: Windows>>Preferences>>Maven>>User Settings
After step 4 - eclipse took a few minutes downloading files and project refreshed successfully.