This is very short tips to resolve the errors “ArtifactTransferException: Could not transfer artifact” that may occur in Maven project in Eclipse.
Steps to resolve:
- Open folder by running this text (without Quotes) in Search Explorer of Window “%USERPROFILE%.m2”.
- After running above command, “m2” folder of maven will open. Now search for file (without Quotes) “*.lastUpdated”.
- In this step, delete all the files found by running Step 2.
- Now go to Eclipse project and select “Maven | Update Dependency” or “Maven | Update Project”.
By now, your issue will be resolved.
Happy Coding !!!
Leave a Reply