git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116263 13f79535-47bb-0310-9956-ffa450edef68
72 lines
2.1 KiB
XML
72 lines
2.1 KiB
XML
<?xml version="1.0"?>
|
|
<document>
|
|
|
|
<properties>
|
|
<title>Using the Abbot plugin</title>
|
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
|
</properties>
|
|
|
|
<body>
|
|
|
|
<section name="Using the Abbot plugin">
|
|
<p>
|
|
There are 2 possible ways to use the plugin:
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
Using the <code>abbot:test</code> goal. You would call this goal
|
|
from inside your application project. This project needs to
|
|
define all your application required dependencies in its
|
|
<code>project.xml</code>.
|
|
</li>
|
|
<li>
|
|
Using the <code>abbot:test-webstart</code> goal. You would call
|
|
this goal if you wish to test a WebStart application that is
|
|
already installed on some server. In this mode your project does
|
|
not require to define any dependency.
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
|
|
<section name="Using the abbot:test goal">
|
|
<section name="Pre-requisites">
|
|
<p>
|
|
There are no pre-requisites.
|
|
</p>
|
|
</section>
|
|
</section>
|
|
|
|
<section name="Using the abbot:test-webapp goal">
|
|
<section name="Pre-requisites">
|
|
<p>
|
|
The following environmental dependencies need to be present before
|
|
executing the Abbot plugin:
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
Some mandatory environment-dependent properties need to be
|
|
defined. See the <a href="properties.html">Properties</a>
|
|
page for the details.
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
<section name="Limitations">
|
|
<p>
|
|
The following limitations are known for the
|
|
<code>abbot:test-webstart</code> goal:
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
You need to provide a key to sign your webstart jars. This is
|
|
required as we're packaging local filesystem jars
|
|
into the application's JNLP and we need to have the permissions
|
|
to do so (granted if the jar are signed).
|
|
</li>
|
|
</ul>
|
|
</section>
|
|
</section>
|
|
|
|
</body>
|
|
|
|
</document>
|