cannot find uri in global.jsp when exported using file vault into an Eclipse Maven PRoject
For example in libs\foundation\global.jsp
%><%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %><% //
%><%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %><%
%><%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %><%
Produces errors
Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"
Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/fmt"
Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/functions"