jira-importer commented on issue #197: URL: https://github.com/apache/maven-war-plugin/issues/197#issuecomment-2967852002
**[Lin Sun](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=linsun)** commented Sorry, hit enter accidentally a min ago. Actually, with Java EE5, web.xml is optional. For example, here is a link to Java EE5 intro: b http://java.sun.com/developer/technicalArticles/J2EE/intro_ee5/ and it says: For example, a simple web application that provides a web service and an index page that describes the web service might contain only the following files: * index.jsp * image/logo.gif * WEB-INF/classes/MyWebService.class No web.xml, webservices.xml, or Java API for XML-based RPC (JAX-RPC) files are required. It would be great to implement this feature for everyone who uses maven to build war file for this new optional web.xml feature in Java EE 5. Thanks. Lin -- 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