In my continuing quests, I am trying to create a Maven 1.0 builder for a
project I'm working on alongside a Maven 2.0 builder.  However, I've hit
a little issue and would appreciate some guidance on the matter:  

In the Maven 2.0 builder, the parent pom.xml referred to the child
pom.xml as a <module>, and the child pom referred back to the parent via
a <parent> decalration.  However, this approach does not work in 1.0.  I
have successfully got the child project.xml file to refer back to the
parent by a an <extend> parameter, but I cannot figure out how to get
the parent project.xml to refer to, and call the child file.  How would
I go about doing this?


Matthew Osborne

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

Reply via email to