首页 > 解决方案 > 我的 Mavens pom.xml 文件中出现此错误“无法初始化类 org.apache.maven.plugin.war.util.WebappStructureSerializer”,请问有什么解决方案吗?

问题描述

StackOverFlow 中的所有解决方案我都试过了,比如添加这样的插件

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-compiler-plugin</artifactId>
    <version>2.3.2</version>
</plugin> 

在我的 pom.xml 中并使用 maven Install 运行它。最后构建失败。

帮我解决这个...

标签: eclipsemaveneclipse-pluginmaven-3m2eclipse

解决方案


推荐阅读