From 79e07fd89a892f913cea0579c30ee769a6ac91b9 Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Sun, 4 Sep 2011 13:59:59 +0000 Subject: [PATCH] added an introduction git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1165018 13f79535-47bb-0310-9956-ffa450edef68 --- its/src/site/apt/index.apt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 its/src/site/apt/index.apt diff --git a/its/src/site/apt/index.apt b/its/src/site/apt/index.apt new file mode 100644 index 0000000000..c5684589b8 --- /dev/null +++ b/its/src/site/apt/index.apt @@ -0,0 +1,16 @@ + ----- + Introduction + ----- + Hervé Boutemy + ----- + 2011-09-04 + ----- + +Maven Core ITs + + Maven Core Integration Tests provide tooling to test every aspect of Maven functionalities with any Maven version. + + This project has declared the following modules: + + * {{{./core-it-support/}Maven IT Support}}: Maven Integration Tests support tools, to completely decouple ITs from production plugins. + * {{{./core-it-suite/}Maven ITs}}: The effective Maven Integration Tests suite.