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 test Plug-in Goals</title>
<author email="dion@apache.org">dIon Gillard</author>
</properties>
<body>
<goals>
<goal>
<name>test</name>
<description>Test the application</description>
</goal>
<goal>
<name>test:compile</name>
<description>Compile the TestCases and TestSuites</description>
</goal>
<goal>
<name>test:match</name>
<description>Execute all the tests matching the given 'testmatch' variable</description>
</goal>
<goal>
<name>test:match-test</name>
<description>[deprecated] please use the test:match goal instead</description>
</goal>
<goal>
<name>test:prepare-filesystem</name>
<description>Create the needed directory structure</description>
</goal>
<goal>
<name>test:single</name>
<description>Execute a single test defined using the 'testcase' variable</description>
</goal>
<goal>
<name>test:single-test</name>
<description>[deprecated] please use the test:single goal instead</description>
</goal>
<goal>
<name>test:test</name>
<description>Test the application</description>
</goal>
<goal>
<name>test:test-resources</name>
<description>Copy any resources that must be present for run tests</description>
</goal>
<goal>
<name>test:ui</name>
<description>Starts the Swing TestRunner front end</description>
</goal>
</goals>
</body>
</document>