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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +