Description Resource Path Location Type web.xml is missing and <failOnMissingWebXml> is set to true pom.xml /web-jdbc-12-2020 line 8 Maven Java EE Configuration Problem code example
Example: web.xml is missing and is set to true
<properties>
<failOnMissingWebXml>false</failOnMissingWebXml>
</properties>