What's the "best" place for SQL, DDL, ... scripts in the Maven standard directory structure?
See http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
I bet almost every web project uses a DB and some kind of SQL scripts that need to be stored somewhere, so what would probably be the "best" place where to keep these files?
Thanks