I have a multi-module Maven project for a webapp. Example: where webapp-demo references core. Most jsp and tag files are placed in webapp-demo. However, some are placed in core. For development, I build and deploy this project using Maven as exploded webapp (i.e. the content of the WAR file but uncompressed). This also works fine from IntelliJ. Further, when I