You could do this:

Within your module:

<project>
<extend>${module.root}/project.xml</extend>
 </project>

Within module's project.properties:

module.root=../.. [your path to your base POM]

When you build in isolation:

maven jar:install -Dmodule.root=.

On 5/7/05, Adrian Herscu <[EMAIL PROTECTED]> wrote:
> 
> 
> Brett Porter wrote:
> >>I want the ability to build sub-projects in isolation (i.e. w/o
> >>checking-out the entire multi-project).
> >
> >
> > Definitely a good idea.
> >
> >
> >>Should I refrain from using the <extend> mechanism?
> >
> >
> > For now, unfortunately, yes. I found that was the simplest way to get 
> by.
> >
> 
> FIXME: This means that I will not be able to use the
> multiproject goals.
> 
> > - Brett
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

Reply via email to