eclipse maven POM Could not initialize class org.apache.maven.plugin.war.util.WebappStructureSeriali
eclipse从2021-03更新为2021-06后,POM文件第一行有Could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializer
原因:POM中包含有maven-war-plugin插件版本低
12 org.apache.maven.plugins 3maven-war-plugin 42.4 56 8false 7
将过低的版本号2.4,改为较高的版本号,比如3.3.1
12 org.apache.maven.plugins 3maven-war-plugin 43.3.1 56 8false 7