On 1/27/07, Marco Mistroni <[EMAIL PROTECTED]> wrote:
child pom: > > <parent> > <groupId>parent</groupId> > <artifactId>parent-pom</artifactId> > <version>1</version> > <relativePath>../parent/pom.xml</relativePath> > </parent> > there you go!! thanx a lot Alexander... this was what i was missing.. thanx a lot!!! regards Marco <artifactId>child1</artifactId> > <groupId>parent</groupId> > ------------------------------ > *From:* Marco Mistroni [mailto:[EMAIL PROTECTED] > *Sent:* Saturday, January 27, 2007 8:11 AM > *To:* Morgovsky, Alexander (US - Glen Mills) > *Subject:* Re: maven2, eclipse and hierarchical layout > > Hi Alexander, > would you mind posting a simple pom.xml of the children? > because i was using ../ in the <module> tag of the parent, it is > working fine from commandline but in eclipse is > screwing up every time i try to build childrens... > > thanx and regards > marco > > On 1/27/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED] > > wrote: > > > > I use a flat structure where the children reference the parent as > > ..\(name of parent). Thanks. > > > > > > This message (including any attachments) contains confidential > > information intended for a specific individual and purpose, and is protected > > by law. If you are not the intended recipient, you should delete this > > message. > > > > Any disclosure, copying, or distribution of this message, or the > > taking of any action based on it, is strictly prohibited. [v.E.1] > > > >
