]
George Gastaldi closed FORGE-1710.
----------------------------------
Resolution: Won't Fix
That's because web.xml is not required in Servlet 3.0+.
web.xml is not generated for faces-setup
----------------------------------------
Key: FORGE-1710
URL:
https://issues.jboss.org/browse/FORGE-1710
Project: Forge
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Affects Versions: 2.3.0.Final
Reporter: Arun Gupta
Creating a new project as:
project-new --named jsf-test --topLevelPackage org.forge.samples.javaee
And setting up Faces as:
faces-setup
generates the following directory structure:
jsf-test
jsf-test/pom.xml
jsf-test/src
jsf-test/src/main
jsf-test/src/main/java
jsf-test/src/main/resources
jsf-test/src/main/webapp
jsf-test/src/main/webapp/WEB-INF
jsf-test/src/main/webapp/WEB-INF/faces-config.xml
jsf-test/src/test
jsf-test/src/test/java
jsf-test/src/test/resources
There is no web.xml generated.