Building struts2 HelloWorld with Maven No web xml created when using JEE6 Web
I use Netbeans 731 to create a Struts2 HelloWorld application from the
apache official documentation
(http://struts.apache.org/release/2.2.x/docs/create-struts-2-web-application-using-maven-to-manage-artifacts-and-to-build-the-application.html)
I go to 'Maven' category ---> Web Application
When i use Java EE6 Web version, the application runs ok but I don't see a
web.xml created. When I use Java EE5 it creates the web.xml and the
directory structure looks correct. Am I missing some information in terms
in terms of how to correctly build Struts 2 in Netbeans using Maven?
No comments:
Post a Comment