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]
>
>

Reply via email to