Hi Oliver,

oliver.maven wrote:
> hi,
> i am a maven newbie, i want use hsqldb as my development
> database,normally it need a directroy to store the related files
> where to put this directory within the maven's directory structure?
> thanks a lot! 

there's no defined place. However, what are you doing with it? E.g. if you need 
it for unit tests you may keep the files somewhere like src/test/db and copy 
the complete directory over to target/db (possibly in yout setUp) and point 
HSQLDB to that place. That way you always stgart with a defined content and you 
do not modify the files you're keeping in your version control.

- Jörg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to