2003-01-24 03:44:26 +00:00

63 lines
1.7 KiB
XML

<?xml version="1.0"?>
<document>
<properties>
<title>Maven Cactus Plug-in</title>
<author email="vmassol@octo.com">Vincent Massol</author>
</properties>
<body>
<section name="Maven Cactus Plug-in">
<p>
This is a plugin for
<a href="http://jakarta.apache.org/cactus">Cactus</a> that
allows to automatically start containers, run Cactus tests and stop
the containers.
</p>
<p>
Currently, this plugin only supports the Servlet API 2.3.
</p>
</section>
<section name="News">
<table>
<tr>
<th>Date</th>
<th>Description</th>
</tr>
<tr>
<td>16 Nov 2002</td>
<td>
Release of version 1.1.
</td>
</tr>
<tr>
<td>06 Nov 2002</td>
<td>
Release of version 1.0. Read the announcement
<a href="http://www.mail-archive.com/turbine-maven-user%40jakarta.apache.org/msg01876.html">here</a>.
</td>
</tr>
</table>
</section>
<section name="Documentation roadmap">
<p>
Check the <a href="features.html">features</a> page for all features
of this plugin.
</p>
<p>
Then, you should read the <a href="using.html">Quick Start</a> page
which provides details about how to use the plugin.
</p>
<p>
A sample application using Cactus is packaged within the Cactus plugin.
Go to where you installed Maven and look into the
<code>plugins/maven-cactus-plugin-*/sample</code> directory.
</p>
<p>
The latest changes are available <a href="changes.html">here</a>.
</p>
</section>
</body>
</document>