From dc0bdc876c8ed4222ac51047f090adeb2ffd847c Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Mon, 11 Jul 2011 21:42:02 +0000 Subject: [PATCH] improved descriptions git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1145367 13f79535-47bb-0310-9956-ffa450edef68 --- its/core-it-suite/pom.xml | 9 ++------- its/core-it-suite/src/site/apt/index.apt | 2 ++ its/core-it-support/pom.xml | 6 +----- its/pom.xml | 3 ++- 4 files changed, 7 insertions(+), 13 deletions(-) diff --git a/its/core-it-suite/pom.xml b/its/core-it-suite/pom.xml index c856e466ba..374ee178e6 100644 --- a/its/core-it-suite/pom.xml +++ b/its/core-it-suite/pom.xml @@ -30,7 +30,8 @@ under the License. core-it-suite - Maven Integration Tests + Maven ITs + The effective Maven Integration Tests suite. - - scm:svn:http://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-it-suite - scm:svn:https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-it-suite - http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite - - -Xmx384m -XX:MaxPermSize=128m diff --git a/its/core-it-suite/src/site/apt/index.apt b/its/core-it-suite/src/site/apt/index.apt index 98fee733c1..e05bc42571 100644 --- a/its/core-it-suite/src/site/apt/index.apt +++ b/its/core-it-suite/src/site/apt/index.apt @@ -28,6 +28,8 @@ Maven Integration Tests + This module provides the effective Integration Tests suite. + By default, the project just packages the tests in an artifact. To actually run them, activate the profile "run-its": +---- diff --git a/its/core-it-support/pom.xml b/its/core-it-support/pom.xml index 9541577182..3dc139bd1d 100644 --- a/its/core-it-support/pom.xml +++ b/its/core-it-support/pom.xml @@ -30,6 +30,7 @@ under the License. pom Maven IT Support + Maven Integration Tests support tools, to completely decouple ITs from production plugins. core-it-plugins @@ -41,11 +42,6 @@ under the License. core-it-extension - - scm:svn:http://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-it-support - scm:svn:https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-it-support - http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support - jira http://jira.codehaus.org/browse/MNG diff --git a/its/pom.xml b/its/pom.xml index 37cfd1049e..1e41a1809b 100644 --- a/its/pom.xml +++ b/its/pom.xml @@ -34,7 +34,8 @@ under the License. 2.1-SNAPSHOT pom - Maven Core Integration Tests + Maven Core ITs + Maven Core Integration Tests provide tooling to test every aspect of Maven functionalities with any Maven version. core-it-support