Hi,
is anyone aware of a way to use JSPs that are contained in a maven dependency rather than in a directory on the file system?
I'm trying to make IntelliJ resolve JSP inclusions that are contained in an artifact that is accessible through Maven (but it's not a war file, but a custom bundling where web resources are contained in a non-standard path).
Thanks
Ben