【问题标题】:Spring-Maven Project Building errorSpring-Maven 项目构建错误
【发布时间】:2013-09-27 06:51:32
【问题描述】:

我正在使用 spring 和 maven 创建一个新项目,我正在使用 spring 源工具。我创建了 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">处显示红色标记。 构建项目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 文件是否配置正确。我在网上查了一下配置是正确的。

【问题讨论】:

标签: maven sts-springsourcetoolsuite


【解决方案1】:

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

但一般来说,您可能正在使用一些代理,并且在下载插件 jar 时,您收到了 HTML 格式的 HTTP 错误响应,该响应已保存为您的 repo 中的 jar。

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

【讨论】:

    猜你喜欢
    • 2015-11-28
    • 2018-12-01
    • 2016-10-03
    • 1970-01-01
    • 1970-01-01
    • 2020-07-06
    • 2013-11-22
    • 1970-01-01
    相关资源
    最近更新 更多