parent pom:
 
<modules>
    <module>..\child1</module>
</modules>
 
child pom:
 
<parent>
    <groupId>parent</groupId>
    <artifactId>parent-pom</artifactId>
    <version>1</version>
    <relativePath>../parent/pom.xml</relativePath>
</parent>
 
<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]
        


Reply via email to