Could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializerの対処方法

環境
JavaSE 11
Eclipse 4.26.0

エラー現象
Could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializer

対策
pom.xmlに下記コードを追加します

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-war-plugin</artifactId>
    <version>3.3.1</version>
</plugin>

 

Eclipse

Posted by arkgame