Eclipse2020版本:pom.xml第一行报错:Could not initialize class org.apache.maven.plugin.war.
Posted java李杨勇
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse2020版本:pom.xml第一行报错:Could not initialize class org.apache.maven.plugin.war.相关的知识,希望对你有一定的参考价值。
eclipse2020或以上版本和2018版本不一样、需要添加或修改pom.xml中插件的版本号
亲测如下:在pom.xml的<build>....</build>中增加下面代码
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.3.1</version>
</plugin>
以上是关于Eclipse2020版本:pom.xml第一行报错:Could not initialize class org.apache.maven.plugin.war.的主要内容,如果未能解决你的问题,请参考以下文章
eclipse导入新的maven项目时,pom.xml第一行报错:
Eclipse Sts pom.xml第一行报错 unkown (springboot 项目)