Those other JSPs are only excluded because we filter version numbers (using maven filtering capabilities) into the path of some resources to attempt to bust browser caches. The JSP in question does not pull in any of those resources so it does not need to be filtered and can be pre-compiled. This is also true for all the JSPs in src/main/webapp/WEB-INF/partials.
I'll spend a little bit this morning trying to figure out why. If I'm unable to, I'll go ahead with the proposed change as it only affects when the page is compiled. Matt On Sun, Dec 6, 2015 at 11:49 PM, Tony Kurc <[email protected]> wrote: > I tested on CentOS 6.7 and Fedora 23. Both worked with the above change. > Not sure why. @Matt Gilman - the plugin makes the same source code and > seemingly the same class files on those systems. I'm a bit bamboozled, so > if you know what might have caused this, I'd be interested to hear. I > noticed the other jsps from src/main/webapp/WEB-INF/pages were excluded, so > I figured that had something to do with it. >
