probably common web projects problem?
suppose i want some folder $module_dir$/view to be the web resource directory - the
only web resource directory. So in web facet configuration i remove the web resource directory added there by default (the directory containg WEB-INF), and add my directory instead.
In this case the references(PathReference) to resources from this folder are not resolved. The files from 'default' resource directory are resolved, however.
If i don't remove the default web resource directory in facet configuration, but add my 'view' directory as extra one, all files are resolved.
This is new problem, n/r in previous builds.