From 4af4fb4026fb9bc64d2f3efffe2f56027d0bcaa6 Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Fri, 27 Oct 2006 03:48:58 +0000 Subject: [PATCH] o adding a local/offline profile and a test value of my tmp directory. I'll find something more appropriate but this is working for testing. git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@468253 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/resources/it0043/pom.xml | 2 +- its/pom.xml | 30 +++++++++++++++++-- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/its/core-integration-tests/src/test/resources/it0043/pom.xml b/its/core-integration-tests/src/test/resources/it0043/pom.xml index deca43ef9b..72b6d71b87 100644 --- a/its/core-integration-tests/src/test/resources/it0043/pom.xml +++ b/its/core-integration-tests/src/test/resources/it0043/pom.xml @@ -30,7 +30,7 @@ 3.8.1 - + diff --git a/its/pom.xml b/its/pom.xml index 731c254101..76653c2892 100644 --- a/its/pom.xml +++ b/its/pom.xml @@ -3,7 +3,7 @@ org.apache.maven maven-parent - 1 + 3 ../pom/maven/pom.xml org.apache.maven.its @@ -12,7 +12,7 @@ Maven Integration Testing pom http://maven.apache.org - + scm:svn:http://svn.apache.org/repos/asf/maven/core-integration-testing/trunk scm:svn:https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk http://svn.apache.org/viewcvs.cgi/maven/core-integration-testing/trunk @@ -51,4 +51,30 @@ core-integration-testing-plugins + + + + apache.releases + ${repositoryUrl} + + + apache.snapshots + ${repositoryUrl} + + + + + + mode-local-offline + + file:///tmp/mits/repository-remote + + + + central + ${repositoryUrl} + + + +