From 8551d41eaa8ee9c6a3a1b24f10220e080214a0b3 Mon Sep 17 00:00:00 2001 From: Brett Leslie Porter Date: Mon, 3 Oct 2005 03:58:15 +0000 Subject: [PATCH] add it0068/it0069 to the list of tests to run git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293228 13f79535-47bb-0310-9956-ffa450edef68 --- maven-core-it/README.txt | 4 ++++ maven-core-it/integration-tests.txt | 2 ++ 2 files changed, 6 insertions(+) diff --git a/maven-core-it/README.txt b/maven-core-it/README.txt index a2c1d5fe70..e983540099 100644 --- a/maven-core-it/README.txt +++ b/maven-core-it/README.txt @@ -184,6 +184,10 @@ it0066: Test that nonstandard POM files will be installed correctly. it0067: Test activation of a profile from the command line. +it0068: Test repository accumulation. + +it0069: Test offline mode. + it0070: Test a RAR generation. it0071: Verifies that dotted property references work within plugin diff --git a/maven-core-it/integration-tests.txt b/maven-core-it/integration-tests.txt index ca96248bf4..16fcb88a54 100644 --- a/maven-core-it/integration-tests.txt +++ b/maven-core-it/integration-tests.txt @@ -6,6 +6,8 @@ it0073 it0072 it0071 it0070 +it0069 +it0068 it0067 it0066 it0065