问题
This is a quite basic question, but I just can't solve it. At first I had normal Java project and then I converted it to Maven Project (Configure -> Convert to Maven Project). Now the folder structure is looking like this.

I don't have webapp -folder, is that a problem? Everything else is working, but I can't solve out the right path to CSS -file.
<link rel="stylesheet" type="text/css" href="views/styles/common.css"/>
I have this in my jsp's head, but it isn't working. I have also tried extend or shorten that same pathway without succeed.
How to get this working?
来源:https://stackoverflow.com/questions/24652697/css-not-working-maven-ee