1. 에러 파일 : pom.xml

 

 

2. 에러 메세지 : Could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializer

 

 

3. 해결 방법 : add plugin

<!-- Error Message : Could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializer -->
<plugin>
    <artifactId>maven-war-plugin</artifactId>
    <version>3.2.2</version>
</plugin>

+ Recent posts