헬린코린이

Could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializer 본문

Programming/Error & Exception

Could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializer

HCD 2023. 3. 28. 23:49

pom.xml에 이런 에러가 나온다면 당황하지말고

<plugin>
  <artifactId>maven-war-plugin</artifactId>
  <version>3.2.2</version>
</plugin>

플러그인 하나 추가해주면 된다!

Comments