From 38da48d01abc92234d1bb7c320652daf80c10ee4 Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Wed, 28 Feb 2007 00:43:58 +0000 Subject: [PATCH] o correct model->project o don't need anything but the local repo git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@512528 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/resources/it0077/pom.xml | 11 ++--------- .../src/test/resources/it0077/sub1/pom.xml | 8 -------- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/its/core-integration-tests/src/test/resources/it0077/pom.xml b/its/core-integration-tests/src/test/resources/it0077/pom.xml index a236e8c040..8d4e655af9 100644 --- a/its/core-integration-tests/src/test/resources/it0077/pom.xml +++ b/its/core-integration-tests/src/test/resources/it0077/pom.xml @@ -1,4 +1,4 @@ - + 4.0.0 Maven Integration Test :: it0077 org.apache.maven.its.it0077 @@ -20,11 +20,4 @@ sub1 sub2 - - - - test - file:target/test-repo - - - + diff --git a/its/core-integration-tests/src/test/resources/it0077/sub1/pom.xml b/its/core-integration-tests/src/test/resources/it0077/sub1/pom.xml index 8244aae36d..79c4f10b6d 100644 --- a/its/core-integration-tests/src/test/resources/it0077/sub1/pom.xml +++ b/its/core-integration-tests/src/test/resources/it0077/sub1/pom.xml @@ -15,14 +15,6 @@ test - - - - central - Test Repository - file:../target/test-repo - -