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: 370
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