<failOnMissingWebXml> default value should be false for Servlet level > 2.5 projects ------------------------------------------------------------------------------------
Key: MWAR-262 URL: https://jira.codehaus.org/browse/MWAR-262 Project: Maven 2.x WAR Plugin Issue Type: Improvement Affects Versions: 2.1.1 Reporter: Fred Bricon Since JavaEE 5, the web.xml deployment descriptor is optional. In this case <failOnMissingWebXml> should default to false. How do we do detect that? - introduce a new <version> or <servletVersion> attribute to the configuration, similar to the <version> in maven-ear-plugin and maven-ejb-plugin - check if the project's classpath contains classes fom JavaEE > 5 -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira