2

我刚刚开始使用 SpringSource,所以我决定从模板中创建一个 Spring MVC 项目。

但是,一旦我创建了模板,我就会在 pom.xml 中收到以下错误

Execution default-resources of goal org.apache.maven.plugins:maven-resources-plugin:2.5:resources failed: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to collect dependencies for org.apache.maven.plugins:maven-resources-plugin:jar:2.5 () (org.apache.maven.plugins:maven-resources-plugin:2.5:resources:default-resources:process-resources)

Failure to transfer org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-9-stable-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 org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-9-stable-1 from/to central (http://repo.maven.apache.org/maven2): connection timed out to http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom

我已尝试多次重新安装 SpringSource,但仍然出现相同的错误。我在 64 位 Windows 7 机器上使用 SpringSource 3.1.0 32 位版本。

4

2 回答 2

1

我认为您需要更新 Maven 索引,以便它可以下载模板所需的适当库。

  • 转到窗口 > 首选项 > Maven

  • 查看Download Repository index updates on startup

  • 重新启动 STS。

  • 再次尝试拉下模板。

注意:下载所有索引可能需要一些时间。

在此处输入图像描述

于 2012-11-28T10:37:05.673 回答
0

对我来说,删除 .m2/repository 文件夹中的内容并重新创建项目(文件->新->)有效

于 2014-10-19T13:49:54.780 回答