Spring-Maven Project Building错误

时间:2013-09-27 06:51:33

标签: maven sts-springsourcetoolsuite

我正在使用spring和maven创建一个新项目,我正在使用spring source工具。我创建了spring web maven项目。 pom.xml创建如下

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
         http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.springframework.samples.service.service</groupId>
  <artifactId>SpringWeb</artifactId>
  <version>0.0.1-SNAPSHOT</version>

<other part is removed>

eclipse在项目标签的 0.0.xsd“&gt; 处显示红色标记。 而构建项目eclipse会产生如下错误

Errors occurred during the build.
Errors running builder 'Maven Project Builder' on project 'SpringWeb'.
Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5
Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5
Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5
Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5

我没有得到错误。是否正确配置了pom.xml文件。我在互联网上检查配置是否正确。

1 个答案:

答案 0 :(得分:1)

您提供的信息很少,至少可以在pom.xml中看到您的maven资源插件配置

但一般情况下,您可能正在使用某个代理,并且在下载插件jar时,您已收到HTML格式的HTTP错误响应,该错误响应已保存为您的回购邮件中的jar。

尝试手动从repo中删除jar并再次运行构建。