Best location to put your CSS and JS files in a Mavenized Java Web app?

Posted by MexicanHacker on Stack Overflow See other posts from Stack Overflow or by MexicanHacker
Published on 2010-02-10T17:32:26Z Indexed on 2010/03/18 2:01 UTC
Read the original article Hit count: 340

Filed under:
|
|
|

I have a Web application in maven that follows this structure:

src
`-- main
    |-- java
    |-- resources
    `-- webapp

Is is better to put it in the main folder and then the maven plug in will try to move it or I should put it inside the webapp folder and why?

© Stack Overflow or respective owner

Related posts about java

Related posts about maven-2