From 67bcbd0cc48e02489ee801973e6db82be5cce721 Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Thu, 19 Oct 2006 20:51:43 +0000 Subject: [PATCH] o adding IT it0106 git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@465879 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/resources/it0106/A/pom.xml | 28 +++++++++++++ .../src/test/resources/it0106/C/pom.xml | 33 ++++++++++++++++ .../src/test/resources/it0106/pom.xml | 39 +++++++++++++++++++ 3 files changed, 100 insertions(+) create mode 100644 maven-core-integration-tests/src/test/resources/it0106/A/pom.xml create mode 100644 maven-core-integration-tests/src/test/resources/it0106/C/pom.xml create mode 100644 maven-core-integration-tests/src/test/resources/it0106/pom.xml diff --git a/maven-core-integration-tests/src/test/resources/it0106/A/pom.xml b/maven-core-integration-tests/src/test/resources/it0106/A/pom.xml new file mode 100644 index 0000000000..9eeffd7042 --- /dev/null +++ b/maven-core-integration-tests/src/test/resources/it0106/A/pom.xml @@ -0,0 +1,28 @@ + + + + + + 4.0.0 + org.apache.maven.test.it0106 + A + 1 + pom + A + + diff --git a/maven-core-integration-tests/src/test/resources/it0106/C/pom.xml b/maven-core-integration-tests/src/test/resources/it0106/C/pom.xml new file mode 100644 index 0000000000..bee0cf2b7c --- /dev/null +++ b/maven-core-integration-tests/src/test/resources/it0106/C/pom.xml @@ -0,0 +1,33 @@ + + + + + + 4.0.0 + + + org.apache.maven.test.it0106 + B + 1 + + + C + pom + C + + diff --git a/maven-core-integration-tests/src/test/resources/it0106/pom.xml b/maven-core-integration-tests/src/test/resources/it0106/pom.xml new file mode 100644 index 0000000000..c2b350fd97 --- /dev/null +++ b/maven-core-integration-tests/src/test/resources/it0106/pom.xml @@ -0,0 +1,39 @@ + + + + + + 4.0.0 + + + org.apache.maven.test.it0106 + A + 1 + A/pom.xml + + + B + When a project has modules and its parent is not preinstalled [MNG-2318] + pom + B + + + C + + +