On 11/1/05, Pilgrim, Peter <[EMAIL PROTECTED]> wrote: > > > I am trying to understand the multi-module in m2. > In the the sub module how does m2 actually know > about the parent module. I see in the pom.xml > that there is a parent XML tag element, but it does > not have a reference back direct to the parent, that > I can see. How does it actually work?
http://maven.apache.org/maven-model/maven.html#class_parent The <parent> tag can contain <relativePath>. It's not documented there, but the default must be ../ since that's what works with no configuration. -- Wendy
