I can see 2 of the 3 errors in pom.xml:
Code:ArtifactTransferException: Failure to transfer log4j:log4j:jar:1.2.14 from http://repo1.maven.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 log4j:log4j:jar:1.2.14 from/to central (http://repo1.maven.org/maven2): No response received after 60000What happened was I was following along the Getting Started with Spring and SpringSTS video tutorial (the first one). I made a template project and cancelled the download before it completed. I then deleted the project and made a new template project. When it completed download, it had the errors above. I've tried several template projects and they all have the same errors.Code:Failure to transfer org.apache.maven.plugins:maven-resources-plugin:pom:2.4.3 from http://repo1.maven.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 org.apache.maven.plugins:maven-resources-plugin:pom:2.4.3 from/to central (http://repo1.maven.org/maven2): The operation was cancelled.
I've tried deleting the workspace and installing fresh from the STS.exe. I've updated STS to the latest version and tried Maven -> Update Dependencies. I've googled the errors above but never really understood what people were saying because I'm haven't got any bearings for STS yet.
Is there anything else I can do?


Reply With Quote