git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
52 lines
1.3 KiB
XML
52 lines
1.3 KiB
XML
<?xml version="1.0"?>
|
|
<document>
|
|
|
|
<properties>
|
|
<title>Features of the Cactus plugin</title>
|
|
<author email="vmassol@octo.com">Vincent Massol</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<section name="Cactus Plug-in Features">
|
|
<ul>
|
|
<li>
|
|
Support for the following containers:
|
|
<ul>
|
|
<li>
|
|
Support for Tomcat 4.x
|
|
</li>
|
|
<li>
|
|
Support for Resin 2.x
|
|
</li>
|
|
<li>
|
|
Support for WebLogic 7.x
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
HTML report generation (integrated with Maven reports).
|
|
</li>
|
|
<li>
|
|
Support for keeping the server running between redeployments.
|
|
</li>
|
|
<li>
|
|
Automatic discovery of Cactus Test Cases and ignore test support
|
|
classes.
|
|
</li>
|
|
<li>
|
|
Ability to use either the Text or Swing Test Runner for running the
|
|
Cactus tests.
|
|
</li>
|
|
<li>
|
|
Automatically merge the <code>web.xml</code> elements needed by
|
|
Cactus to the user project <code>web.xml</code> file.
|
|
</li>
|
|
<li>
|
|
Ability to exclude Cactus tests (for long running tests for example,
|
|
in debug period).
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</body>
|
|
</document>
|