Could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializer

eclipse 导入 maven 项目后报错

Could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializer

解决方案
在 pom 文件中 <build> 中添加以下插件即可

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-war-plugin</artifactId>
    <version>3.3.1</version>
</plugin>
上一篇:ERROR: Could not install packages due to an OSError: [Errno 28] 设备上没有空间


下一篇:ftp上传文件遇见的问题