Hi everyone! I'm new to maven so I have a lot of questions, here is the first one:

I ve a project with two submodules WEB and CORE. I want to run sql scripts to drop/create the db schema before integration-test for both modules. Until now I had the create.sql and drop.sql in core module's resources, but now I'm thinking about sharing them with the web module.
So here are my questions:
I've read in the list that you can create a new module for configuration (what is painful since I'm working with eclipse) or you can move those resources in the parent project (anyway sql scripts and files like checkstyle.xml aren't included in the final artifacts). Have you had this kind of problem? which would be the way to go?
Thanks in advance
Beto



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

Reply via email to