Added new cactus:single target to run just one testcase.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113636 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
epugh
2003-07-10 12:09:38 +00:00
parent 760d65fd53
commit 3bd3c8a091
3 changed files with 131 additions and 24 deletions

View File

@@ -7,10 +7,14 @@
<body>
<release version="3.0" date="in CVS">
<release version="3.0" date="in CVS">
<action dev="epugh" type="add">
New goal cactus:single added that allows you to run just a single testcase.
Pass the testcase in using -Dtestcase=my.single.TestCase.
</action>
<action dev="evenisse" type="fix">
Add xml declaration to generated report. Fixed for character encoding.
</action>
</action>
<action dev="epugh" type="add">
Ability to optionally specify for Tomcat 4x and 5x a directory to which
the container will be installed for the tests.