From 0395ecee1346adcedbd7769b87a3e3975c7e01ab Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Thu, 19 Oct 2006 20:41:39 +0000 Subject: [PATCH] o adding IT it0012 git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@465787 13f79535-47bb-0310-9956-ffa450edef68 --- .../resources/it0012/child-project/pom.xml | 19 ++++++++++++++++ .../src/test/resources/it0012/pom.xml | 22 +++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 maven-core-integration-tests/src/test/resources/it0012/child-project/pom.xml create mode 100644 maven-core-integration-tests/src/test/resources/it0012/pom.xml diff --git a/maven-core-integration-tests/src/test/resources/it0012/child-project/pom.xml b/maven-core-integration-tests/src/test/resources/it0012/child-project/pom.xml new file mode 100644 index 0000000000..64105c62d4 --- /dev/null +++ b/maven-core-integration-tests/src/test/resources/it0012/child-project/pom.xml @@ -0,0 +1,19 @@ + + 4.0.0 + org.apache.maven + maven-core-it0012-child-project + jar + 3.0.3 + + + + maven-core-it-plugin + 1.0-SNAPSHOT + + ${basedir}/target/ + child-touch-${version}.txt + + + + + diff --git a/maven-core-integration-tests/src/test/resources/it0012/pom.xml b/maven-core-integration-tests/src/test/resources/it0012/pom.xml new file mode 100644 index 0000000000..ae9c519090 --- /dev/null +++ b/maven-core-integration-tests/src/test/resources/it0012/pom.xml @@ -0,0 +1,22 @@ + + 4.0.0 + org.apache.maven + maven-core-it0012 + Test simple POM interpolation + pom + 3.8.1 + + + + maven-core-it-plugin + 1.0 + + touch-${version}.txt + + + + + + child-project + +