无法使用SpringSource Tool Suite计算构建计划

时间:2014-02-13 07:16:40

标签: java spring maven pom.xml

我在IDE配置方面遇到了一些麻烦。我无法更新我的maven项目。

Could not calculate build plan: Failed to parse plugin descriptor for org.apache.maven.plugins:maven-war-plugin:2.1.1 (C:\Users\dolgopolov.a\.m2\repository\org\apache\maven\plugins\maven-war-plugin\2.1.1\maven-war-plugin-2.1.1.jar): invalid LOC header (bad signature)
Failed to parse plugin descriptor for org.apache.maven.plugins:maven-war-plugin:2.1.1 (C:\Users\dolgopolov.a\.m2\repository\org\apache\maven\plugins\maven-war-plugin\2.1.1\maven-war-plugin-2.1.1.jar): invalid LOC header (bad signature)

pom.xml

<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">

标记位于xml versionxmlns附近。它说:

The word 'xml' is not correctly spelled
The word 'xmlns' is not correctly spelled

sts出了什么问题?

1 个答案:

答案 0 :(得分:1)

首先:您看到的标记只是您的IDE拼写检查程序。它不知道这两个词,但它们在你的pom中是正确的。你可以忽略它。

至于您的实际问题:您下载的依赖项可能在某种程度上已损坏。尝试删除文件夹C:\Users\dolgopolov.a\.m2\repository\org\apache\maven\plugins\maven-war-plugin并尝试重新构建。 Maven应该重新下载依赖关系,希望这次正确。

如果这不起作用,您可能会在代理后面,并且无法正确地从Maven存储库下载依赖项。