| Title | Could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializer Could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializer | ||||||
| Writer | Ji-Seob Lee | Write Date | 2021-07-10 | Modify Date | 2023-04-20 | View Count | 38450 |
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.
| |||||||
로그인 | Language : |