You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Alberto Siless <al...@teracode.com> on 2007/08/13 19:10:20 UTC

Sharing resources among submodules

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org