Using the Abbot plugin Vincent Massol

There are 2 possible ways to use the plugin:

The following environmental dependencies need to be present before executing the Abbot plugin:

  • The 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:

  • The MRJToolkitStubs jar has to be installed in your local Maven repository under the apple groupId. It is required for the Costello editor.
  • The JAVAWS_HOME environment variable has to be set and it must point to the location where webstart is installed on your machine.
  • Some mandatory environment-dependent properties need to be defined. See the Properties page for the details.

The following limitations are known for the abbot:test-webstart goal:

  • 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).