jira-importer commented on issue #142: URL: https://github.com/apache/maven-war-plugin/issues/142#issuecomment-2967845502
**[Andre Tadeu de Carvalho](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=andretadeu)** commented [Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise), I attached the test case and the corresponding **build.log** for this test case. It seems that **failOnMissingWebXml** is not being checked at **WarProjectPackagingTask::handleDeploymentDescriptors**: ``` Caused by: org.apache.maven.plugin.MojoFailureException: The specified web.xml file '/home/andre/workspaces/oss/maven-war-plugin/target/it/MWAR-314/src/main/webapp/WEB-INF/web.xml' does not exist at org.apache.maven.plugins.war.packaging.WarProjectPackagingTask.handleDeploymentDescriptors (WarProjectPackagingTask.java:236) at org.apache.maven.plugins.war.packaging.WarProjectPackagingTask.performPackaging (WarProjectPackagingTask.java:110) at org.apache.maven.plugins.war.AbstractWarMojo.buildWebapp (AbstractWarMojo.java:526) at org.apache.maven.plugins.war.AbstractWarMojo.buildExplodedWebapp (AbstractWarMojo.java:442) at org.apache.maven.plugins.war.WarMojo.performPackaging (WarMojo.java:234) at org.apache.maven.plugins.war.WarMojo.execute (WarMojo.java:197) ``` I will create a pull request for this one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org