Maybe I "chipote" (what's the translation for chipote), but in the new convention (http://maven.apache.org/reference/conventions.html) it has been introduce the main folder. I don't understand exactly why for instance, but I am too much young maven user to have any judgement.
Then, when you say src/database, my favourite, do you mean at the same level of the java folder or at the main folder.
+- src/ | +- main/ | | +- java/ | | | +- ... | | +- resources/ | | +- ...
| | +- database/ ?
| +- test/ | | +- java/ | | | +- ... | | +- resources/ | | +- ... | +- site/ | +- xdoc/ | +- ...
| +- database/ ?
Laurent F.
Vincent Massol wrote:
-----Original Message----- From: Laurent For�t [mailto:[EMAIL PROTECTED] Sent: vendredi 13 mai 2005 17:13 To: Maven Users Subject: [database] Where do I put my database Scripts.
Hello,
I am working on a J2EE project with database access. I am trying to migrate from ant to maven. My question is : is there any rules or conventions to put database scripts (like table creation triggers or procedure packages) in my Maven project.
No, but I'd say:
src/database
or:
src/sql
or:
src/scripts
-Vincent
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
