I down load Maven 2.09 source code from
    https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.9
but in the pom.xml of the top fold, I see the  parent segment like this:

  <parent>
    <groupId>org.apache.maven</groupId>
    <artifactId>maven-parent</artifactId>
    <version>8</version>
    <relativePath>../pom/maven/pom.xml</relativePath>
  </parent>

where should i find the "./pom/maven/pom.xml"
thank you

Reply via email to