Hi,I'm using AEM 5.6.1 and I've followed the instructions on
http://dev.day.com/docs/en/cq/aem-how-tos/development/how-to-build-aem-projects-using-apache-maven.html.I'm
trying to get my JSPs to compile as the "content" project of my
multi-module project. Because some of my JSPs reference
/libs/foundation/global.jsp, I had to include that file in the
compilation. And because one of my JSPs overrides one of the
/libs/foundations/components JSPs, I had to include that, too, which of
course introduc...