Title | Could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializer Could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializer | ||||||
Writer | 이지섭 | Write Date | Jul 10 2021 | Modify Date | Apr 20 2023 | View Count | 31959 |
Eclipse
pom.xml
Maven Configuration Problem
Could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializer
When the error like above occurs, you can add the plug-in as below.
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>3.3.2</version>
</plugin>
If maven-war-plugin is already added, You can raise the version.
| |||||||