You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2009/04/29 07:20:55 UTC

svn commit: r769664 [7/9] - in /maven/components/branches/MNG-2766/maven-core/src/test: resources-project-builder/ resources-project-builder/basedir-aligned-interpolation/ resources-project-builder/basedir-interpolation/ resources-project-builder/baseu...

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/maven-test/poms/maven-test-c-1.0.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/maven-test/poms/maven-test-c-1.0.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/maven-test/poms/maven-test-c-1.0.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/maven-test/poms/maven-test-c-1.0.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,7 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-test</groupId>
+  <artifactId>maven-test-c</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0</version>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/maven-test/poms/maven-test-c-1.1.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/maven-test/poms/maven-test-c-1.1.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/maven-test/poms/maven-test-c-1.1.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/maven-test/poms/maven-test-c-1.1.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,7 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-test</groupId>
+  <artifactId>maven-test-c</artifactId>
+  <packaging>jar</packaging>
+  <version>1.1</version>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/maven-test/poms/maven-test-d-1.0.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/maven-test/poms/maven-test-d-1.0.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/maven-test/poms/maven-test-d-1.0.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/maven-test/poms/maven-test-d-1.0.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,7 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-test</groupId>
+  <artifactId>maven-test-d</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0</version>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/maven-test/poms/maven-test-d-1.1.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/maven-test/poms/maven-test-d-1.1.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/maven-test/poms/maven-test-d-1.1.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/maven-test/poms/maven-test-d-1.1.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,7 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-test</groupId>
+  <artifactId>maven-test-d</artifactId>
+  <packaging>jar</packaging>
+  <version>1.1</version>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/maven-test/poms/maven-test-d-1.2.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/maven-test/poms/maven-test-d-1.2.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/maven-test/poms/maven-test-d-1.2.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/maven-test/poms/maven-test-d-1.2.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,7 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-test</groupId>
+  <artifactId>maven-test-d</artifactId>
+  <packaging>jar</packaging>
+  <version>1.2</version>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/p0/p1/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/p0/p1/pom.xml?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/p0/p1/pom.xml (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/p0/p1/pom.xml Wed Apr 29 05:20:38 2009
@@ -0,0 +1,45 @@
+<project>
+  <parent>
+    <artifactId>p0</artifactId>
+    <groupId>maven</groupId>
+    <version>1.0</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven</groupId>
+  <artifactId>p1</artifactId>
+  <packaging>pom</packaging>
+  <name>p1</name>
+  <version>1.0</version>
+  <scm>
+    <url>scm-url</url>
+  </scm>
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>maven-test</groupId>
+        <artifactId>maven-test-b</artifactId>
+        <version>1.0</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+  <dependencies>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>maven-test-a</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>maven-test-b</artifactId>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <configuration>
+          <tasks><echo>${project.parent.basedir}</echo></tasks>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/p0/p2/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/p0/p2/pom.xml?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/p0/p2/pom.xml (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/p0/p2/pom.xml Wed Apr 29 05:20:38 2009
@@ -0,0 +1,56 @@
+<project>
+  <parent>
+    <artifactId>p0</artifactId>
+    <groupId>maven</groupId>
+    <version>1.0</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven</groupId>
+  <artifactId>p2</artifactId>
+  <packaging>pom</packaging>
+  <name>p2</name>
+  <version>1.0</version>
+  <scm>
+    <url>scm-url</url>
+  </scm>
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>maven</groupId>
+        <artifactId>p1</artifactId>
+        <version>1.0</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
+      <dependency>
+        <groupId>maven-test</groupId>
+        <artifactId>maven-test-c</artifactId>
+        <version>1.0</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+  <dependencies>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>maven-test-a</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>maven-test-b</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>maven-test-c</artifactId>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <configuration>
+          <tasks><echo>${project.parent.basedir}</echo></tasks>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/p0/p3/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/p0/p3/pom.xml?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/p0/p3/pom.xml (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/p0/p3/pom.xml Wed Apr 29 05:20:38 2009
@@ -0,0 +1,59 @@
+<project>
+  <parent>
+    <artifactId>p0</artifactId>
+    <groupId>maven</groupId>
+    <version>1.0</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven</groupId>
+  <artifactId>p3</artifactId>
+  <packaging>pom</packaging>
+  <name>p3</name>
+  <version>1.0</version>
+  <scm>
+    <url>scm-url</url>
+  </scm>
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>maven-test</groupId>
+        <artifactId>maven-test-a</artifactId>
+        <version>1.1</version>
+      </dependency>
+      <dependency>
+        <groupId>maven-test</groupId>
+        <artifactId>maven-test-c</artifactId>
+        <version>1.1</version>
+      </dependency>
+      <dependency>
+        <groupId>maven-test</groupId>
+        <artifactId>maven-test-d</artifactId>
+        <version>1.0</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+  <dependencies>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>maven-test-a</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>maven-test-c</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>maven-test-d</artifactId>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <configuration>
+          <tasks><echo>${project.parent.basedir}</echo></tasks>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/p0/p4/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/p0/p4/pom.xml?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/p0/p4/pom.xml (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/p0/p4/pom.xml Wed Apr 29 05:20:38 2009
@@ -0,0 +1,67 @@
+<project>
+  <parent>
+    <artifactId>p0</artifactId>
+    <groupId>maven</groupId>
+    <version>1.0</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven</groupId>
+  <artifactId>p4</artifactId>
+  <packaging>pom</packaging>
+  <name>p4</name>
+  <version>1.0</version>
+  <scm>
+    <url>scm-url</url>
+  </scm>
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>maven</groupId>
+        <artifactId>p2</artifactId>
+        <version>1.0</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
+      <dependency>
+        <groupId>maven</groupId>
+        <artifactId>p3</artifactId>
+        <version>1.0</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
+      <dependency>
+        <groupId>maven-test</groupId>
+        <artifactId>maven-test-b</artifactId>
+        <version>1.1</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+  <dependencies>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>maven-test-a</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>maven-test-b</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>maven-test-c</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>maven-test-d</artifactId>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <configuration>
+          <tasks><echo>${project.parent.basedir}</echo></tasks>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/p0/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/p0/pom.xml?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/p0/pom.xml (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/imports-repo/t01/p0/pom.xml Wed Apr 29 05:20:38 2009
@@ -0,0 +1,26 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven</groupId>
+  <artifactId>p0</artifactId>
+  <packaging>pom</packaging>
+  <name>p0</name>
+  <version>1.0</version>
+  <organization>
+    <name>Codehaus</name>
+  </organization>
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>maven-test</groupId>
+        <artifactId>maven-test-a</artifactId>
+        <version>1.0</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+  <modules>
+    <module>p1</module>
+    <module>p2</module>
+    <module>p3</module>
+    <module>p4</module>
+  </modules>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t00/maven/poms/p0-1.0.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t00/maven/poms/p0-1.0.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t00/maven/poms/p0-1.0.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t00/maven/poms/p0-1.0.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,11 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven</groupId>
+  <artifactId>p0</artifactId>
+  <packaging>pom</packaging>
+  <name>p0</name>
+  <version>1.0</version>
+  <organization>
+    <name>Codehaus</name>
+  </organization>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t00/maven/poms/p1-1.0.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t00/maven/poms/p1-1.0.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t00/maven/poms/p1-1.0.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t00/maven/poms/p1-1.0.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,16 @@
+<project>
+  <parent>
+    <artifactId>p0</artifactId>
+    <groupId>maven</groupId>
+    <version>1.0</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven</groupId>
+  <artifactId>p1</artifactId>
+  <packaging>pom</packaging>
+  <name>p1</name>
+  <version>1.0</version>
+  <scm>
+    <url>scm-url</url>
+  </scm>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t00/maven/poms/p2-1.0.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t00/maven/poms/p2-1.0.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t00/maven/poms/p2-1.0.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t00/maven/poms/p2-1.0.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,18 @@
+<project>
+  <parent>
+    <artifactId>p1</artifactId>
+    <groupId>maven</groupId>
+    <version>1.0</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven</groupId>
+  <artifactId>p2</artifactId>
+  <packaging>pom</packaging>
+  <name>p2</name>
+  <version>1.0</version>
+  <mailingLists>
+    <mailingList>
+      <name>mailing-list</name>
+    </mailingList>
+  </mailingLists>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t00/maven/poms/p3-1.0.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t00/maven/poms/p3-1.0.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t00/maven/poms/p3-1.0.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t00/maven/poms/p3-1.0.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,14 @@
+<project>
+  <parent>
+    <artifactId>p2</artifactId>
+    <groupId>maven</groupId>
+    <version>1.0</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven</groupId>
+  <artifactId>p3</artifactId>
+  <packaging>pom</packaging>
+  <name>p3</name>
+  <version>1.0</version>
+  <inceptionYear>2000</inceptionYear>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t00/maven/poms/p4-1.0.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t00/maven/poms/p4-1.0.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t00/maven/poms/p4-1.0.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t00/maven/poms/p4-1.0.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,13 @@
+<project>
+  <parent>
+    <artifactId>p3</artifactId>
+    <groupId>maven</groupId>
+    <version>1.0</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven</groupId>
+  <artifactId>p4</artifactId>
+  <packaging>jar</packaging>
+  <name>p4</name>
+  <version>1.0</version>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t01/maven.t01/poms/p0-1.0.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t01/maven.t01/poms/p0-1.0.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t01/maven.t01/poms/p0-1.0.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t01/maven.t01/poms/p0-1.0.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,11 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven.t01</groupId>
+  <artifactId>p0</artifactId>
+  <packaging>pom</packaging>
+  <name>p0</name>
+  <version>1.0</version>
+  <organization>
+    <name>p0-org</name>
+  </organization>
+</project>

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t01/maven.t01/poms/p1-1.0.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t01/maven.t01/poms/p1-1.0.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t01/maven.t01/poms/p1-1.0.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t01/maven.t01/poms/p1-1.0.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,16 @@
+<project>
+  <parent>
+    <artifactId>p0</artifactId>
+    <groupId>maven.t01</groupId>
+    <version>1.0</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven.t01</groupId>
+  <artifactId>p1</artifactId>
+  <packaging>pom</packaging>
+  <name>p1</name>
+  <version>1.0</version>
+  <organization>
+    <name>p1-org</name>
+  </organization>
+</project>

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t01/maven.t01/poms/p2-1.0.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t01/maven.t01/poms/p2-1.0.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t01/maven.t01/poms/p2-1.0.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t01/maven.t01/poms/p2-1.0.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,16 @@
+<project>
+  <parent>
+    <artifactId>p1</artifactId>
+    <groupId>maven.t01</groupId>
+    <version>1.0</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven.t01</groupId>
+  <artifactId>p2</artifactId>
+  <packaging>pom</packaging>
+  <name>p2</name>
+  <version>1.0</version>
+  <organization>
+    <name>p2-org</name>
+  </organization>
+</project>

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t01/maven.t01/poms/p3-1.0.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t01/maven.t01/poms/p3-1.0.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t01/maven.t01/poms/p3-1.0.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t01/maven.t01/poms/p3-1.0.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,16 @@
+<project>
+  <parent>
+    <artifactId>p2</artifactId>
+    <groupId>maven.t01</groupId>
+    <version>1.0</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven.t01</groupId>
+  <artifactId>p3</artifactId>
+  <packaging>pom</packaging>
+  <name>p3</name>
+  <version>1.0</version>
+  <organization>
+    <name>p3-org</name>
+  </organization>
+</project>

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t01/maven.t01/poms/p4-1.0.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t01/maven.t01/poms/p4-1.0.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t01/maven.t01/poms/p4-1.0.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t01/maven.t01/poms/p4-1.0.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,16 @@
+<project>
+  <parent>
+    <artifactId>p3</artifactId>
+    <groupId>maven.t01</groupId>
+    <version>1.0</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven.t01</groupId>
+  <artifactId>p4</artifactId>
+  <packaging>jar</packaging>
+  <name>p4</name>
+  <version>1.0</version>
+  <organization>
+    <name>p4-org</name>
+  </organization>
+</project>

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t02/p0/p1/p2/p3/p4/p5/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t02/p0/p1/p2/p3/p4/p5/pom.xml?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t02/p0/p1/p2/p3/p4/p5/pom.xml (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t02/p0/p1/p2/p3/p4/p5/pom.xml Wed Apr 29 05:20:38 2009
@@ -0,0 +1,32 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <parent>
+    <artifactId>p4</artifactId>
+    <groupId>maven.t02</groupId>
+    <version>1.0</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven.t02</groupId>
+  <artifactId>p5</artifactId>
+  <packaging>jar</packaging>
+  <name>p5</name>
+  <version>1.0</version>
+</project>

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t02/p0/p1/p2/p3/p4/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t02/p0/p1/p2/p3/p4/pom.xml?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t02/p0/p1/p2/p3/p4/pom.xml (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t02/p0/p1/p2/p3/p4/pom.xml Wed Apr 29 05:20:38 2009
@@ -0,0 +1,32 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <parent>
+    <artifactId>p3</artifactId>
+    <groupId>maven.t02</groupId>
+    <version>1.0</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven.t02</groupId>
+  <artifactId>p4</artifactId>
+  <packaging>jar</packaging>
+  <name>p4</name>
+  <version>1.0</version>
+</project>

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t02/p0/p1/p2/p3/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t02/p0/p1/p2/p3/pom.xml?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t02/p0/p1/p2/p3/pom.xml (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t02/p0/p1/p2/p3/pom.xml Wed Apr 29 05:20:38 2009
@@ -0,0 +1,33 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <parent>
+    <artifactId>p2</artifactId>
+    <groupId>maven.t02</groupId>
+    <version>1.0</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven.t02</groupId>
+  <artifactId>p3</artifactId>
+  <packaging>pom</packaging>
+  <name>p3</name>
+  <version>1.0</version>
+  <inceptionYear>2000</inceptionYear>
+</project>

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t02/p0/p1/p2/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t02/p0/p1/p2/pom.xml?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t02/p0/p1/p2/pom.xml (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t02/p0/p1/p2/pom.xml Wed Apr 29 05:20:38 2009
@@ -0,0 +1,37 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <parent>
+    <artifactId>p1</artifactId>
+    <groupId>maven.t02</groupId>
+    <version>1.0</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven.t02</groupId>
+  <artifactId>p2</artifactId>
+  <packaging>pom</packaging>
+  <name>p2</name>
+  <version>1.0</version>
+  <mailingLists>
+    <mailingList>
+      <name>mailing-list</name>
+    </mailingList>
+  </mailingLists>
+</project>

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t02/p0/p1/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t02/p0/p1/pom.xml?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t02/p0/p1/pom.xml (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t02/p0/p1/pom.xml Wed Apr 29 05:20:38 2009
@@ -0,0 +1,51 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <parent>
+    <artifactId>p0</artifactId>
+    <groupId>maven.t02</groupId>
+    <version>1.0</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven.t02</groupId>
+  <artifactId>p1</artifactId>
+  <packaging>pom</packaging>
+  <name>p1</name>
+  <version>1.0</version>
+  <scm>
+    <url>scm-url</url>
+  </scm>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>test</id>
+            <phase>package</phase>
+            <goals>
+              <goal>compile</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t02/p0/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t02/p0/pom.xml?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t02/p0/pom.xml (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t02/p0/pom.xml Wed Apr 29 05:20:38 2009
@@ -0,0 +1,30 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven.t02</groupId>
+  <artifactId>p0</artifactId>
+  <packaging>pom</packaging>
+  <name>p0</name>
+  <version>1.0</version>
+  <organization>
+    <name>Codehaus</name>
+  </organization>
+</project>

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t03/p0/p1/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t03/p0/p1/pom.xml?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t03/p0/p1/pom.xml (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t03/p0/p1/pom.xml Wed Apr 29 05:20:38 2009
@@ -0,0 +1,45 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <parent>
+    <artifactId>p0</artifactId>
+    <groupId>maven.t03</groupId>
+    <version>1.0</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven.t03</groupId>
+  <artifactId>p1</artifactId>
+  <packaging>pom</packaging>
+  <name>p1</name>
+  <version>1.0</version>
+  <scm>
+    <url>scm-url</url>
+  </scm>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <configuration>
+          <tasks><echo>${project.parent.basedir}</echo></tasks>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t03/p0/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t03/p0/pom.xml?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t03/p0/pom.xml (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t03/p0/pom.xml Wed Apr 29 05:20:38 2009
@@ -0,0 +1,30 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven.t03</groupId>
+  <artifactId>p0</artifactId>
+  <packaging>pom</packaging>
+  <name>p0</name>
+  <version>1.0</version>
+  <organization>
+    <name>Codehaus</name>
+  </organization>
+</project>

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/jars/t04-a-1.0.jar
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/jars/t04-a-1.0.jar?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/jars/t04-a-1.0.jar (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/jars/t04-a-1.0.jar Wed Apr 29 05:20:38 2009
@@ -0,0 +1 @@
+foo

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/jars/t04-b-1.0.jar
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/jars/t04-b-1.0.jar?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/jars/t04-b-1.0.jar (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/jars/t04-b-1.0.jar Wed Apr 29 05:20:38 2009
@@ -0,0 +1 @@
+foo

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/jars/t04-b-2.0.jar
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/jars/t04-b-2.0.jar?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/jars/t04-b-2.0.jar (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/jars/t04-b-2.0.jar Wed Apr 29 05:20:38 2009
@@ -0,0 +1 @@
+foo

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/jars/t04-c-1.0.jar
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/jars/t04-c-1.0.jar?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/jars/t04-c-1.0.jar (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/jars/t04-c-1.0.jar Wed Apr 29 05:20:38 2009
@@ -0,0 +1 @@
+foo

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/jars/t04-c-2.0.jar
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/jars/t04-c-2.0.jar?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/jars/t04-c-2.0.jar (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/jars/t04-c-2.0.jar Wed Apr 29 05:20:38 2009
@@ -0,0 +1 @@
+foo

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/poms/t04-a-1.0.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/poms/t04-a-1.0.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/poms/t04-a-1.0.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/poms/t04-a-1.0.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,21 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-test</groupId>
+  <artifactId>t04-a</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0</version>
+  <repositories>
+    <repository>
+      <id>central</id>
+      <name>Fake Maven Central Repository</name>
+      <url>file://dummy</url>
+    </repository>
+  </repositories>
+  <dependencies>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>t04-b</artifactId>
+      <version>2.0</version>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/poms/t04-b-1.0.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/poms/t04-b-1.0.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/poms/t04-b-1.0.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/poms/t04-b-1.0.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,7 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-test</groupId>
+  <artifactId>t04-b</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0</version>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/poms/t04-b-2.0.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/poms/t04-b-2.0.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/poms/t04-b-2.0.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/poms/t04-b-2.0.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,7 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-test</groupId>
+  <artifactId>t04-b</artifactId>
+  <packaging>jar</packaging>
+  <version>2.0</version>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/poms/t04-c-1.0.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/poms/t04-c-1.0.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/poms/t04-c-1.0.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/poms/t04-c-1.0.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,7 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-test</groupId>
+  <artifactId>t04-c</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0</version>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/poms/t04-c-2.0.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/poms/t04-c-2.0.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/poms/t04-c-2.0.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/maven-test/poms/t04-c-2.0.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,7 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-test</groupId>
+  <artifactId>t04-b</artifactId>
+  <packaging>jar</packaging>
+  <version>2.0</version>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/p0/p1/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/p0/p1/pom.xml?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/p0/p1/pom.xml (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/p0/p1/pom.xml Wed Apr 29 05:20:38 2009
@@ -0,0 +1,41 @@
+<project>
+  <parent>
+    <artifactId>p0</artifactId>
+    <groupId>maven-t04</groupId>
+    <version>1.0</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-t04</groupId>
+  <artifactId>p1</artifactId>
+  <packaging>pom</packaging>
+  <name>p1</name>
+  <version>1.0</version>
+  <scm>
+    <url>scm-url</url>
+  </scm>
+
+  <dependencies>
+
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>t04-a</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>t04-c</artifactId>
+      <version>1.0</version>
+    </dependency>
+
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <configuration>
+          <tasks><echo>${project.parent.basedir}</echo></tasks>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/p0/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/p0/pom.xml?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/p0/pom.xml (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t04/p0/pom.xml Wed Apr 29 05:20:38 2009
@@ -0,0 +1,37 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-t04</groupId>
+  <artifactId>p0</artifactId>
+  <packaging>pom</packaging>
+  <name>p0</name>
+  <version>1.0</version>
+  <organization>
+    <name>Codehaus</name>
+  </organization>
+
+  <dependencyManagement>
+
+    <dependencies>
+
+      <dependency>
+        <groupId>maven-test</groupId>
+        <artifactId>t04-a</artifactId>
+        <version>1.0</version>
+      </dependency>
+
+      <dependency>
+        <groupId>maven-test</groupId>
+        <artifactId>t04-b</artifactId>
+        <version>1.0</version>
+      </dependency>
+
+	  <dependency>
+	    <groupId>maven-test</groupId>
+	    <artifactId>t04-c</artifactId>
+	    <version>2.0</version>
+	  </dependency>
+
+    </dependencies>
+  </dependencyManagement>
+
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-a-1.0.jar
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-a-1.0.jar?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-a-1.0.jar (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-a-1.0.jar Wed Apr 29 05:20:38 2009
@@ -0,0 +1 @@
+foo

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-a-2.0.jar
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-a-2.0.jar?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-a-2.0.jar (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-a-2.0.jar Wed Apr 29 05:20:38 2009
@@ -0,0 +1 @@
+foo

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-b-1.0.jar
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-b-1.0.jar?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-b-1.0.jar (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-b-1.0.jar Wed Apr 29 05:20:38 2009
@@ -0,0 +1 @@
+foo

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-b-1.1.jar
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-b-1.1.jar?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-b-1.1.jar (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-b-1.1.jar Wed Apr 29 05:20:38 2009
@@ -0,0 +1 @@
+foo

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-b-2.0.jar
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-b-2.0.jar?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-b-2.0.jar (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-b-2.0.jar Wed Apr 29 05:20:38 2009
@@ -0,0 +1 @@
+foo

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-c-1.0.jar
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-c-1.0.jar?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-c-1.0.jar (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-c-1.0.jar Wed Apr 29 05:20:38 2009
@@ -0,0 +1 @@
+foo

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-d-1.0.jar
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-d-1.0.jar?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-d-1.0.jar (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-d-1.0.jar Wed Apr 29 05:20:38 2009
@@ -0,0 +1 @@
+foo

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-d-1.1.jar
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-d-1.1.jar?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-d-1.1.jar (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-d-1.1.jar Wed Apr 29 05:20:38 2009
@@ -0,0 +1 @@
+foo

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-d-1.2.jar
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-d-1.2.jar?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-d-1.2.jar (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-d-1.2.jar Wed Apr 29 05:20:38 2009
@@ -0,0 +1 @@
+foo

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-a-1.0.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-a-1.0.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-a-1.0.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-a-1.0.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,23 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-test</groupId>
+  <artifactId>t05-a</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0</version>
+  <repositories>
+    <repository>
+      <id>central</id>
+      <name>Fake Maven Central Repository</name>
+      <url>file://dummy</url>
+    </repository>
+  </repositories>
+  <dependencies>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>t05-b</artifactId>
+      <version>1.0</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-a-2.0.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-a-2.0.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-a-2.0.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-a-2.0.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,23 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-test</groupId>
+  <artifactId>t05-a</artifactId>
+  <packaging>jar</packaging>
+  <version>2.0</version>
+  <repositories>
+    <repository>
+      <id>central</id>
+      <name>Fake Maven Central Repository</name>
+      <url>file://dummy</url>
+    </repository>
+  </repositories>
+  <dependencies>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>t05-b</artifactId>
+      <version>1.0</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-b-1.0.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-b-1.0.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-b-1.0.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-b-1.0.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,24 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-test</groupId>
+  <artifactId>t05-b</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0</version>
+  <dependencies>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>t05-c</artifactId>
+      <version>1.0</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>t05-d</artifactId>
+      <version>1.1</version>
+      <type>jar</type>
+      <scope>compile</scope>
+      <optional>false</optional>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-b-1.1.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-b-1.1.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-b-1.1.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-b-1.1.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,24 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-test</groupId>
+  <artifactId>t05-b</artifactId>
+  <packaging>jar</packaging>
+  <version>1.1</version>
+  <dependencies>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>t05-c</artifactId>
+      <version>1.0</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>t05-d</artifactId>
+      <version>1.1</version>
+      <type>jar</type>
+      <scope>compile</scope>
+      <optional>false</optional>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-b-2.0.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-b-2.0.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-b-2.0.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-b-2.0.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,24 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-test</groupId>
+  <artifactId>t05-b</artifactId>
+  <packaging>jar</packaging>
+  <version>2.0</version>
+  <dependencies>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>t05-c</artifactId>
+      <version>1.0</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>t05-d</artifactId>
+      <version>1.1</version>
+      <type>jar</type>
+      <scope>compile</scope>
+      <optional>false</optional>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-c-1.0.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-c-1.0.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-c-1.0.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-c-1.0.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,17 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-test</groupId>
+  <artifactId>t05-c</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0</version>
+  <dependencies>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>t05-d</artifactId>
+      <version>1.1</version>
+      <type>jar</type>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-d-1.0.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-d-1.0.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-d-1.0.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-d-1.0.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,7 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-test</groupId>
+  <artifactId>t05-d</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0</version>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-d-1.1.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-d-1.1.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-d-1.1.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-d-1.1.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,7 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-test</groupId>
+  <artifactId>t05-d</artifactId>
+  <packaging>jar</packaging>
+  <version>1.1</version>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-d-1.2.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-d-1.2.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-d-1.2.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/maven-test/poms/t05-d-1.2.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,7 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-test</groupId>
+  <artifactId>t05-d</artifactId>
+  <packaging>jar</packaging>
+  <version>1.2</version>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/p0/p1/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/p0/p1/pom.xml?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/p0/p1/pom.xml (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/p0/p1/pom.xml Wed Apr 29 05:20:38 2009
@@ -0,0 +1,54 @@
+<project>
+  <parent>
+    <artifactId>p0</artifactId>
+    <groupId>maven-t05</groupId>
+    <version>1.0</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-t05</groupId>
+  <artifactId>p1</artifactId>
+  <packaging>pom</packaging>
+  <name>p1</name>
+  <version>1.0</version>
+  <scm>
+    <url>scm-url</url>
+  </scm>
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>maven-test</groupId>
+        <artifactId>t05-b</artifactId>
+        <version>1.0</version>
+      </dependency>
+      <dependency>
+        <groupId>maven-test</groupId>
+        <artifactId>t05-d</artifactId>
+        <version>1.0</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+  <dependencies>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>t05-a</artifactId>
+      <version>1.0</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>t05-c</artifactId>
+      <version>1.0</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <configuration>
+          <tasks><echo>${project.parent.basedir}</echo></tasks>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/p0/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/p0/pom.xml?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/p0/pom.xml (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t05/p0/pom.xml Wed Apr 29 05:20:38 2009
@@ -0,0 +1,36 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-t05</groupId>
+  <artifactId>p0</artifactId>
+  <packaging>pom</packaging>
+  <name>p0</name>
+  <version>1.0</version>
+  <organization>
+    <name>Codehaus</name>
+  </organization>
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>maven-test</groupId>
+        <artifactId>t05-a</artifactId>
+        <version>1.0</version>
+      </dependency>
+      <dependency>
+        <groupId>maven-test</groupId>
+        <artifactId>t05-b</artifactId>
+        <version>1.1</version>
+      </dependency>
+      <dependency>
+        <groupId>maven-test</groupId>
+        <artifactId>t05-c</artifactId>
+        <version>1.0</version>
+        <scope>compile</scope>
+      </dependency>
+      <dependency>
+        <groupId>maven-test</groupId>
+        <artifactId>t05-d</artifactId>
+        <version>1.2</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-a-1.0.jar
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-a-1.0.jar?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-a-1.0.jar (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-a-1.0.jar Wed Apr 29 05:20:38 2009
@@ -0,0 +1 @@
+foo

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-b-1.0.jar
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-b-1.0.jar?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-b-1.0.jar (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-b-1.0.jar Wed Apr 29 05:20:38 2009
@@ -0,0 +1 @@
+foo

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-b-1.1.jar
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-b-1.1.jar?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-b-1.1.jar (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-b-1.1.jar Wed Apr 29 05:20:38 2009
@@ -0,0 +1 @@
+foo

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-c-1.0.jar
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-c-1.0.jar?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-c-1.0.jar (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-c-1.0.jar Wed Apr 29 05:20:38 2009
@@ -0,0 +1 @@
+foo

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-d-1.0.jar
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-d-1.0.jar?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-d-1.0.jar (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-d-1.0.jar Wed Apr 29 05:20:38 2009
@@ -0,0 +1 @@
+foo

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-d-1.1.jar
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-d-1.1.jar?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-d-1.1.jar (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-d-1.1.jar Wed Apr 29 05:20:38 2009
@@ -0,0 +1 @@
+foo

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-d-1.2.jar
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-d-1.2.jar?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-d-1.2.jar (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-d-1.2.jar Wed Apr 29 05:20:38 2009
@@ -0,0 +1 @@
+foo

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-a-1.0.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-a-1.0.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-a-1.0.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-a-1.0.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,23 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-test</groupId>
+  <artifactId>t06-a</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0</version>
+  <repositories>
+    <repository>
+      <id>central</id>
+      <name>Fake Maven Central Repository</name>
+      <url>file://dummy</url>
+    </repository>
+  </repositories>
+  <dependencies>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>t06-b</artifactId>
+      <version>1.0</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-b-1.0.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-b-1.0.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-b-1.0.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-b-1.0.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,24 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-test</groupId>
+  <artifactId>t06-b</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0</version>
+  <dependencies>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>t06-c</artifactId>
+      <version>1.0</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>t06-d</artifactId>
+      <version>1.1</version>
+      <type>jar</type>
+      <scope>compile</scope>
+      <optional>false</optional>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-b-1.1.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-b-1.1.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-b-1.1.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-b-1.1.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,24 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-test</groupId>
+  <artifactId>t06-b</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0</version>
+  <dependencies>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>t06-c</artifactId>
+      <version>1.0</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>t06-d</artifactId>
+      <version>1.1</version>
+      <type>jar</type>
+      <scope>compile</scope>
+      <optional>false</optional>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-c-1.0.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-c-1.0.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-c-1.0.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-c-1.0.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,17 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-test</groupId>
+  <artifactId>t06-c</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0</version>
+  <dependencies>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>t06-d</artifactId>
+      <version>1.1</version>
+      <type>jar</type>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-d-1.0.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-d-1.0.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-d-1.0.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-d-1.0.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,7 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-test</groupId>
+  <artifactId>t06-d</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0</version>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-d-1.1.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-d-1.1.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-d-1.1.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-d-1.1.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,7 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-test</groupId>
+  <artifactId>t06-d</artifactId>
+  <packaging>jar</packaging>
+  <version>1.1</version>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-d-1.2.pom
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-d-1.2.pom?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-d-1.2.pom (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/maven-test/poms/t06-d-1.2.pom Wed Apr 29 05:20:38 2009
@@ -0,0 +1,7 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-test</groupId>
+  <artifactId>t06-d</artifactId>
+  <packaging>jar</packaging>
+  <version>1.2</version>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/p0/p1/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/p0/p1/pom.xml?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/p0/p1/pom.xml (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/p0/p1/pom.xml Wed Apr 29 05:20:38 2009
@@ -0,0 +1,54 @@
+<project>
+  <parent>
+    <artifactId>p0</artifactId>
+    <groupId>maven-t06</groupId>
+    <version>1.0</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-t06</groupId>
+  <artifactId>p1</artifactId>
+  <packaging>pom</packaging>
+  <name>p1</name>
+  <version>1.0</version>
+  <scm>
+    <url>scm-url</url>
+  </scm>
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>maven-test</groupId>
+        <artifactId>t06-b</artifactId>
+        <version>1.0</version>
+      </dependency>
+      <dependency>
+        <groupId>maven-test</groupId>
+        <artifactId>t06-d</artifactId>
+        <version>1.0</version>
+        <scope>test</scope>
+        <optional>false</optional>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+  <dependencies>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>t06-a</artifactId>
+      <version>1.0</version>
+    </dependency>
+    <dependency>
+      <groupId>maven-test</groupId>
+      <artifactId>t06-c</artifactId>
+      <version>1.0</version>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <configuration>
+          <tasks><echo>${project.parent.basedir}</echo></tasks>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/p0/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/p0/pom.xml?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/p0/pom.xml (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t06/p0/pom.xml Wed Apr 29 05:20:38 2009
@@ -0,0 +1,37 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>maven-t06</groupId>
+  <artifactId>p0</artifactId>
+  <packaging>pom</packaging>
+  <name>p0</name>
+  <version>1.0</version>
+  <organization>
+    <name>Codehaus</name>
+  </organization>
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>maven-test</groupId>
+        <artifactId>t06-a</artifactId>
+        <version>1.0</version>
+      </dependency>
+      <dependency>
+        <groupId>maven-test</groupId>
+        <artifactId>t06-b</artifactId>
+        <version>1.1</version>
+      </dependency>
+      <dependency>
+        <groupId>maven-test</groupId>
+        <artifactId>t06-c</artifactId>
+        <version>1.0</version>
+      </dependency>
+      <dependency>
+        <groupId>maven-test</groupId>
+        <artifactId>t06-d</artifactId>
+        <version>1.2</version>
+        <scope>test</scope>
+        <optional>false</optional>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+</project>
\ No newline at end of file

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t07/maven-test/jars/t07-a-1.0.jar
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t07/maven-test/jars/t07-a-1.0.jar?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t07/maven-test/jars/t07-a-1.0.jar (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t07/maven-test/jars/t07-a-1.0.jar Wed Apr 29 05:20:38 2009
@@ -0,0 +1 @@
+foo

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t07/maven-test/jars/t07-b-1.0.jar
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t07/maven-test/jars/t07-b-1.0.jar?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t07/maven-test/jars/t07-b-1.0.jar (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t07/maven-test/jars/t07-b-1.0.jar Wed Apr 29 05:20:38 2009
@@ -0,0 +1 @@
+foo

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t07/maven-test/jars/t07-b-1.1.jar
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t07/maven-test/jars/t07-b-1.1.jar?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t07/maven-test/jars/t07-b-1.1.jar (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t07/maven-test/jars/t07-b-1.1.jar Wed Apr 29 05:20:38 2009
@@ -0,0 +1 @@
+foo

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t07/maven-test/jars/t07-c-1.0.jar
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t07/maven-test/jars/t07-c-1.0.jar?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t07/maven-test/jars/t07-c-1.0.jar (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t07/maven-test/jars/t07-c-1.0.jar Wed Apr 29 05:20:38 2009
@@ -0,0 +1 @@
+foo

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t07/maven-test/jars/t07-d-1.0.jar
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t07/maven-test/jars/t07-d-1.0.jar?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t07/maven-test/jars/t07-d-1.0.jar (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t07/maven-test/jars/t07-d-1.0.jar Wed Apr 29 05:20:38 2009
@@ -0,0 +1 @@
+foo

Added: maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t07/maven-test/jars/t07-d-1.1.jar
URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t07/maven-test/jars/t07-d-1.1.jar?rev=769664&view=auto
==============================================================================
--- maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t07/maven-test/jars/t07-d-1.1.jar (added)
+++ maven/components/branches/MNG-2766/maven-core/src/test/resources/inheritance-repo/t07/maven-test/jars/t07-d-1.1.jar Wed Apr 29 05:20:38 2009
@@ -0,0 +1 @@
+foo