From 21bf5be7111339c017ffc09ca452286008b859a1 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Gonzalez Date: Wed, 24 May 2006 05:23:18 +0000 Subject: [PATCH] [MNG-2318] When a project has modules and its parent is not preinstalled the build fails git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@409073 13f79535-47bb-0310-9956-ffa450edef68 --- maven-core-it/it0106/A/pom.xml | 28 +++++++++++++++++++++++++ maven-core-it/it0106/C/pom.xml | 33 +++++++++++++++++++++++++++++ maven-core-it/it0106/goals.txt | 1 + maven-core-it/it0106/pom.xml | 38 ++++++++++++++++++++++++++++++++++ 4 files changed, 100 insertions(+) create mode 100644 maven-core-it/it0106/A/pom.xml create mode 100644 maven-core-it/it0106/C/pom.xml create mode 100644 maven-core-it/it0106/goals.txt create mode 100644 maven-core-it/it0106/pom.xml diff --git a/maven-core-it/it0106/A/pom.xml b/maven-core-it/it0106/A/pom.xml new file mode 100644 index 0000000000..9eeffd7042 --- /dev/null +++ b/maven-core-it/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-it/it0106/C/pom.xml b/maven-core-it/it0106/C/pom.xml new file mode 100644 index 0000000000..bee0cf2b7c --- /dev/null +++ b/maven-core-it/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-it/it0106/goals.txt b/maven-core-it/it0106/goals.txt new file mode 100644 index 0000000000..8312630207 --- /dev/null +++ b/maven-core-it/it0106/goals.txt @@ -0,0 +1 @@ +clean diff --git a/maven-core-it/it0106/pom.xml b/maven-core-it/it0106/pom.xml new file mode 100644 index 0000000000..cdc5e1933d --- /dev/null +++ b/maven-core-it/it0106/pom.xml @@ -0,0 +1,38 @@ + + + + + + 4.0.0 + + + org.apache.maven.test.it0106 + A + 1 + A/pom.xml + + + B + pom + B + + + C + + +