48 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<document>
<properties>
<title>Maven cactus Plug-in Goals</title>
<author email="dion@apache.org">dIon Gillard</author>
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<goals>
<goal>
<name>cactus:compile</name>
<description>
Compiles the Cactus tests.
</description>
</goal>
<goal>
<name>cactus:cactifywar</name>
<description>
Creates a Cactus-ready war from the application war (depends
on <code>war:war</code>).
</description>
</goal>
<goal>
<name>cactus:test</name>
<description>
Run the Cactus tests on the containers for which you have defined
a <code>cactus.home.[container name]</code> property.
</description>
</goal>
<goal>
<name>cactus:report</name>
<description>
Generate an HTML report for the Cactus tests that been run. In order
to get this report as part of the generated web site, add the
following to your <code>project.xml</code>:
<source><![CDATA[
<reports>
[...]
<report>maven-cactus-plugin</report>
[...]
</reports>
]]></source>
</description>
</goal>
</goals>
</body>
</document>