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

0

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

<build>
    <plugins>
        <plugin>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-maven-plugin</artifactId>
        </plugin>
        <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-war-plugin</artifactId>
            <version>3.3.1</version>
        </plugin>
    </plugins>


</build>
Posted by: Guest on January-28-2022

Code answers related to "Could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializer"

Browse Popular Code Answers by Language