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

52 lines
1.6 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>
</properties>
<body>
<goals>
<goal>
<name>cactus:compile</name>
<description>Compile Cactus tests</description>
</goal>
<goal>
<name>cactus:generate</name>
<description>Generate HTML report</description>
</goal>
<goal>
<name>cactus:init</name>
<description>Creates objects useful for several goals</description>
</goal>
<goal>
<name>cactus:merge-webxml</name>
<description>Generate a web.xml which is the merge betweem the user project web.xml and the webapp elements needed by Cactus</description>
</goal>
<goal>
<name>cactus:single</name>
<description>Execute a single test defined using the 'testcase' variable</description>
</goal>
<goal>
<name>cactus:test-init</name>
<description>Test initialization</description>
</goal>
<goal>
<name>cactus:test-swing</name>
<description>Start the tests using the swing runner</description>
</goal>
<goal>
<name>cactus:test-text</name>
<description>Start the tests using the text runner</description>
</goal>
<goal>
<name>cactus:webapp</name>
<description>Create the Cactus webapp</description>
</goal>
<goal>
<name>cactus:webapp-update</name>
<description>Generate an expanded Cactus webapp from a project expanded webapp</description>
</goal>
</goals>
</body>
</document>