git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115464 13f79535-47bb-0310-9956-ffa450edef68
39 lines
960 B
XML
39 lines
960 B
XML
<?xml version="1.0"?>
|
|
<document>
|
|
|
|
<properties>
|
|
<title>Maven Abbot plugin</title>
|
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<section name="What is the Abbot plugin?">
|
|
<p>
|
|
Provides the following features:
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
Ability to start the Abbot Costello editor using either jars
|
|
defined in the POM or the jars from an already installed
|
|
WebStart application.
|
|
</li>
|
|
<li>
|
|
Ability to execute Abbot XML scripts through the Ant <junit>
|
|
task
|
|
</li>
|
|
<li>
|
|
Ability to execute Abbot XML scripts on an already installed
|
|
WebStart application (end-to-end functional testing)
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
<section name="Using the plugin">
|
|
<p>
|
|
See the <a href="using.html">usage tutorial</a>.
|
|
</p>
|
|
</section>
|
|
|
|
</body>
|
|
|
|
</document>
|