And where would be a good place for the data itself? Specifically, I
have files that contain some records that I want to import in order to
create my initial, minimal data set required for my application to
function. The records are similar to CSV files and can be imported by
the import tool that I use. So, along with my sql scripts for creating
my schema, I have data files that should be imported after the schema
are created. Would the data files perhaps reside in src/main/data? For
test data, perhaps in src/test/data?

On 5/13/05, Thomas Van de Velde <[EMAIL PROTECTED]> wrote:
> http://www.codeczar.com/products/maven-sql-plugin/
> 
> uses
> 
> src/sql
> 
> and Google thinks chipoter means
> 
> to haggle
> 
> but I'd say
> 
> to mess around
> 
> Cheers,
> Thomas
> 
> On 5/13/05, Vincent Massol <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > > -----Original Message-----
> > > From: Laurent Forêt [mailto:[EMAIL PROTECTED]
> > > Sent: vendredi 13 mai 2005 17:53
> > > To: Maven Users List
> > > Subject: Re: [database] Where do I put my database Scripts.
> > >
> > > Maybe I "chipote" (what's the translation for chipote),
> >
> > To "quibble" I think.
> >
> > > 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.
> >
> > You're right. I meant:
> >
> > src/main/database
> > src/main/scripts
> > scr/main/sql
> >
> > Unless there are DB scripts for testing in which casae they would go in
> > src/test/database, etc.
> >
> > [snip]
> >
> > -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]

Reply via email to