From e8c1edec5d7e81c11bee6176a4ceb7d198e8f4fc Mon Sep 17 00:00:00 2001 From: epugh Date: Thu, 10 Jul 2003 15:58:11 +0000 Subject: [PATCH] Added cactus:match goal. Need to refactor catus:test/match/single goals to reuse code. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113638 13f79535-47bb-0310-9956-ffa450edef68 --- cactus/plugin.jelly | 143 +++++++++++++++++++++++++++++++++++---- cactus/xdocs/changes.xml | 7 +- cactus/xdocs/goals.xml | 10 ++- cactus/xdocs/tasks.xml | 9 +++ 4 files changed, 154 insertions(+), 15 deletions(-) diff --git a/cactus/plugin.jelly b/cactus/plugin.jelly index c793ad47..f56a04a5 100644 --- a/cactus/plugin.jelly +++ b/cactus/plugin.jelly @@ -6,6 +6,12 @@ Cactus project. ============================================================================= --> + + - - - - You must provide a test case using -Dtestcase=my.single.TestCase - - - + + + You must define the test case to run via -Dtestcase=classname + Example: maven -Dtestcase=MyTest cactus:single + + + + + @@ -439,9 +449,116 @@ - + + + + + + + + + + You must define the test case to match via -Dtestmatch=classname + Example: maven -Dtestmatch=MyTest cactus:match + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +