java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet
Right click on project properties and follow below steps
"Project Properties" --> "Deployment Assembly", adding "Java Build Path Entries" -> "Maven Dependencies" solves the problem!
Apparently, you're not missing anything else. Just try to do the following:
- Ensure that the necessary jars exist in the "lib" project folder;
- Do clean & build;
In the end, you should find those included jars, available within the "build" project folder.