I have a Web application in maven that follows this structure:
src `-- main |-- java |-- resources `-- webapp
Is is better to put i
I think they should be under src\main\webapp. The main rationale for saying this is that this is the standard suggested by Maven, and the Maven philosophy is that all projects should follow the same structure as much as possible.
src\main\webapp