I have a Web application in maven that follows this structure:
src
`-- main
|-- java
|-- resources
`-- webapp
Is is better to put i
Taken from Introduction to the Standard Directory Layout:
"If there are other contributing sources to the artifact build, they would be under other subdirectories: for example src/main/antlr
would contain Antlr grammar definition files."
So I think src/main/javascript
and src/main/css
is the right place...
What do you think?