Web application descriptor
The src/main/webapp/WEB-INF/web.xml file (seen below) is empty, but it will be modified upon building the project and preparing it for deployment by inserting the PortletServlet entries.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
</web-app>

