pom.xml 报错:Multiple markers at this line
STS中,项目能够正常运行,但是 pom.xml 报错:Multiple markers at this line
项目本身没有任何修改,之前不报错的,突然报错了。
Multiple markers at this line
- schema_reference.4: Failed to read schema document 'https://maven.apache.org/xsd/maven-4.0.0.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
- cvc-elt.1.a: Cannot find the declaration of element 'project'.
解决方案
应该是eclipse解析项目错乱了,需要清理(clean)项目。清理之后,就不再报错了。
步骤:Project
- Clean
文章来源:https://www.toymoban.com/news/detail-667918.html
clean的作用
把编译好的class等文件删除,使得eclipse对工程重新编译。文章来源地址https://www.toymoban.com/news/detail-667918.html
到了这里,关于Eclipse(STS):pom.xml 报错:Multiple markers at this line的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!