vmassol d4b5b795c9 Updated docs
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113178 13f79535-47bb-0310-9956-ffa450edef68
2003-03-22 21:24:31 +00:00

64 lines
1.6 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>22 Mar 2003</td>
<td>
Release of version 1.2.
</td>
</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>
The latest changes are available <a href="changes-report.html">here</a>.
</p>
</section>
</body>
</document>