"Nicolas De Loof" <[EMAIL PROTECTED]> wrote on 20/11/2003 11:33:58 
PM:

> Thank's for reply.
> 
> Using this, how do you use multiproject goals ?
> 
> Is it enough to set maven.multiproject.includes=..
> /subproject1/project.xml, ../subproject2/project.xml  ?
> 
> Nico.

We do that, as well as exclude the 'master-project/project.xml'.


> 
> 
> ----- Original Message ----- 
> From: "Jeffrey Bonevich" <[EMAIL PROTECTED]>
> To: "Maven Users List" <[EMAIL PROTECTED]>
> Sent: Thursday, November 20, 2003 11:25 AM
> Subject: Re: how to use multi-projects with eclipse
> 
> 
> > eclipse don't workm that way (unless root is the eclipse project and 
the
> > subprojects are just directories under that, in which case you would
> > only end up with one jar file, one .classpath, one .project).  I do 
this
> > like so:
> >
> > (workspace)
> >    |--master-project
> >    |    |-project.xml etc.
> >    |--subproject1
> >    |    |-project.xml (extends 
${basedir}/../master-project/project.xml
> >    |--subproject2
> >    |    |-project.xml (extends 
${basedir}/../master-project/project.xml
> >
> > This is pretty simple and works well.  You can easily add a third
> > subproject for common utilities shared by both the other 
subprojects...
[snip]
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/





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

Reply via email to