ArtifactTransferException Failure to transfer com.sun.faces:jsf-impl:jar:2.1.0
I receive this error, after searching found suggestion: remove all maven*.lastUpdated from loca开发者_JAVA百科l repository. So I did it. Nothing happen. What else can be done? Thanks.
I have the similar error while doing the maven project in eclipse. I solved the problem by doing following steps:
Right click the project
Goto Maven
Click the "Update Project"
In Maven First,you need to know below things are working are not.
- Are you able to open the repository url which is in settings.xml on your browser.
- Or Check are you able to download the jars from the repository url.
- Or Right click on your project and click on Maven and click the Update Project.
精彩评论