In minimal application I can use CSS
VERSIONS
IDEA 2018.2
jsf-app and jsf-impl version 2.2.5
javax.servlet-api 3.1.0
javax.servlet.jsp-api 2.3.3
Hear is project structure and index.htnl
The page result:
UPDATE:
Image also doesn't works. It seams problem in resources folder
and result
Added explicitly added to POM.xml following build part, but also NOT helped. Question WHY?
<build>
<finalName>Spring Examples</finalName>
<resources>
<resource>
<directory>src/main/resources</directory>
</resource>
</resources>
</build>