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 + + +