There are 2 possible ways to use the plugin:
abbot:test goal. You would call this goal
from inside your application project. This project needs to
define all your application required dependencies in its
project.xml.
abbot:test-webstart 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.
The following environmental dependencies need to be present before executing the Abbot plugin:
MRJToolkitStubs jar has to be installed in your
local Maven repository under the apple groupId. It
is required for the Costello editor.
The following environmental dependencies need to be present before executing the Abbot plugin:
MRJToolkitStubs jar has to be installed in your
local Maven repository under the apple groupId. It
is required for the Costello editor.
JAVAWS_HOME environment variable has to be set and
it must point to the location where webstart is installed on your
machine.
The following limitations are known for the
abbot:test-webstart goal: