FailOnMissingWebXml error when validating pom.xml in Eclipse
this exception occurs on a maven project .
To resolve it you must add this :
<properties>
<failOnMissingWebXml>false</failOnMissingWebXml>
</properties>
on your pom.xml