What\'s the recommended location for SQL, DDL, ... scripts in the Maven standard directory structure?
I bet almost every web project uses a DB and some kind of SQL s
I would use src/main/resources for this purpose. Maybe creating a subfolder there.
src/main/resources