Tuesday, July 2, 2013

Solving ArtifactTransferException error

If you get error  "ArtifactTransferException: Failure to transfer commons-logging:commons-logging:jar:1.1.1 from http://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 commons-logging:commons-logging:jar:1.1.1 from/to central (http://repo.maven.apache.org/maven2): No 
 response received after 60000" while using maven in eclipse, you can solve this problem following steps:
1. Right click the project
2. Goto Maven
3. Click the "Update Project"

Then the error will go.