The text on the main user info 
(http://jakarta.apache.org/turbine/maven/reference/user-guide.html#POM%20Processing) 
page runs (and I quote...)

And for a child you could have something like this:

        <project>
          <id>commons-betwixt</id>
          <name>Betwixt</name>
          ...
        </project>
        


There should be an <extend> element in there (I believe)

        <project>
          <extend>../project.xml</extend>
          <id>commons-betwixt</id>
          <name>Betwixt</name>
          ...
        </project>



Is there a better way to report these kind of things than to flood the mailing list?




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

Reply via email to