I understand that artifactId and groupId are still required. But when I try
using <relativePath> (and therefore removes the version element), Maven
tells me that the version element of parent element is missing... Is it the
default behaviour or I'm missing something?

Best Regards / Cordialement,
Fabrice BELLINGARD
DINQ/DSIN/INSI/EATE/IDVS/AIDV
(+33) (01 61) 45 15 91  -  [EMAIL PROTECTED]


                                                                       
             Brett Porter                                              
             <[EMAIL PROTECTED]                                          
             ail.com>                                                 Pour
                                       Maven Users List                
             07/11/2005 03:36          <users@maven.apache.org>        
                                                                        cc
                                                                       
                 Veuillez                                            Objet
                répondre à             Re: [m2] <parent>'s <relativePath>
             Maven Users List                                          
             <[EMAIL PROTECTED]                                          
                 che.org>                                              
                                                                       
                                                                       
                                                                       




The docs on <relativePath> are lacking, and it really makes it quite
deceptive. It is not <extend> from m1.

What it does is modifies the behaviour of dan's first point.
Basically, we have a concept of a universal source directory (more
generally, a workspace) that is partially implemented - it means that
even without the reactor or the local repository, Maven is able to
find the source code for a particular dependency/parent reference so
that you can more easily develop new versions.

The default location for the parent is ../pom.xml, relativePath allows
you to select a different location, for example when you structure is
flat, or deeper without an intermediate parent pom.

However, the group and artifact ID is still required as when the
parent is coming from the repository, it must look for the parent in
the repository, and so on. This feature is only for enhancing the
development in a local checkout of that project.

Hope that helps....

On 11/7/05, Jeff Jensen <[EMAIL PROTECTED]> wrote:
> Brett,
>
> Based on your comment of MNG-624 on 11/6/05 7:56 pm, I'm either not using
> <relativePath> correctly, or can't/not supposed to at all.
>
> So is there a way to do what I tried below, or must the parent POM be in
the
> repo?  Does MNG-740 have any merit?
>
> Are there doc/clarification notes on <relativePath> and I just missed it?
>
>
> -----Original Message-----
> From: Jeff Jensen [mailto:[EMAIL PROTECTED]
> Sent: Sunday, November 06, 2005 8:08 AM
> To: 'Maven Users List'
> Subject: RE: [m2] <parent>'s <relativePath>
>
> Thanks Dan,
>
> My problem seems similar/same as your MNG-740.  I too have the parent pom
> not in a dir directly above the other components, but in a dir at the
same
> level as the other components.
>
> In MNG-740, "A" doesn't build for me without the listed step 1: install
root
> POM.  The <relativePath> setting seems to have no effect.  I do not
receive
> an error message that the parent was not found either.
>
> I'll add my use case to the comments.  Thanks again Dan.
>
>
> -----Original Message-----
> From: dan tran [mailto:[EMAIL PROTECTED]
> Sent: Saturday, November 05, 2005 11:52 PM
> To: Maven Users List
> Subject: Re: [m2] <parent>'s <relativePath>
>
> Normally, maven looks for parent pom with this order
>   immeditate parent directory
>  local repo
>  remote repo
>  So the parent pom.xml in parent dir, must have the groupID and artifacID
> found in child pom  But there is a bug that may be your problem too
> http://jira.codehaus.org/browse/MNG-740
>  -D
>
>
>  On 11/5/05, Jeff Jensen <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > In <parent>, how does one use <relativePath>? I can only get POM
> > inheritance to work if I have done a "mvn install" on the parent
project.
> > Then the component projects find it in the local private repo.
> >
> > I'm sure I just don't understand something yet. If there is docs on
> > it, please give me an RTFM link! TIA
>
>
> ---------------------------------------------------------------------
> 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]




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

Reply via email to