git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115464 13f79535-47bb-0310-9956-ffa450edef68
44 lines
1.1 KiB
XML
44 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<document>
|
|
<properties>
|
|
<title>Maven Abbot plugin goals</title>
|
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
|
</properties>
|
|
<body>
|
|
<goals>
|
|
<goal>
|
|
<name>abbot</name>
|
|
<description>
|
|
Default goal. Does the same as <code>abbot:test</code>.
|
|
</description>
|
|
</goal>
|
|
<goal>
|
|
<name>abbot:test</name>
|
|
<description>
|
|
Runs Abbot tests (Costello XML scripts).
|
|
</description>
|
|
</goal>
|
|
<goal>
|
|
<name>abbot:test-webstart</name>
|
|
<description>
|
|
Runs Abbot tests (Costello XML scripts) against an already
|
|
installed WebStart application.
|
|
</description>
|
|
</goal>
|
|
<goal>
|
|
<name>abbot:editor</name>
|
|
<description>
|
|
Start the Abbot Costello editor.
|
|
</description>
|
|
</goal>
|
|
<goal>
|
|
<name>abbot:editor-webstart</name>
|
|
<description>
|
|
Start the Abbot Costello editor, using the jars from an already
|
|
installed WebStart application.
|
|
</description>
|
|
</goal>
|
|
</goals>
|
|
</body>
|
|
</document> |