Steps To Create
mvn archetype:create
-DgroupId = com.tutorialspoint.test
-DartifactId = helloworld
-DarchetypeArtifactId = maven-archetype-webapp
Add the following JSF dependencies.
com.sun.faces jsf-api 2.1.7 com.sun.faces jsf-impl 2.1.7Add this to web.xml to configure FacesServlet
Faces Servlet javax.faces.webapp.FacesServlet 1Other Related configuration(URL Mapping)
Faces Servlet /faces/* Faces Servlet *.jsf Faces Servlet *.faces Faces Servlet *.xhtml