Full name:
org.codehaus.mojo:webstart-maven-plugin:1.0-beta-3:jnlp-single
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| templateDirectory | File | 28 May 2007 | The location where the JNLP Velocity template files are stored. Default value is: ${project.basedir}/src/main/jnlp. |
| workDirectory | File | 28 May 2007 | The directory in which files will be stored prior to processing. Default value is: ${project.build.directory}/jnlp. |
| Name | Type | Since | Description |
|---|---|---|---|
| attachArchive | boolean | 1.0-beta-2 | Flag to attach the archive or not to the project's build. Default value is: true. |
| canUnsign | boolean | 1.0-beta-2 | To authorize or not to unsign some already signed jar. If set to
false and the unsign parameter is set to
true then the build will fail if there is a jar to
unsign, to avoid this use then the extension jnlp component. Default value is: true. |
| codebase | String | 1.0-beta-2 | The code base to use on the generated jnlp files. Default value is: ${project.url}/jnlp. |
| dependencies | Dependencies | 28 May 2007 | [optional] transitive dependencies filter - if omitted, the plugin
will include all transitive dependencies. Provided and test scope
dependencies are always excluded. |
| encoding | String | 1.0-beta-2 | Encoding used to read and write jnlp files. Note:
If this property is not defined, then will use a default value
utf-8. Default value is: ${project.build.sourceEncoding}. |
| excludeTransitive | boolean | 28 May 2007 | Set to true to exclude all transitive dependencies. |
| gzip | boolean | 28 May 2007 | Indicates whether or not gzip archives will be created for each of
the jar files included in the webstart bundle. Default value is: false. |
| jnlp | JnlpConfig | 28 May 2007 | The jnlp configuration element. |
| jnlpExtensions | List | 1.0-beta-2 | [optional] extensions configuration. |
| keystore | String | 28 May 2007 | A placeholder for an obsoleted configuration element. This dummy
parameter is here to force the plugin configuration to fail in case
one didn't properly migrate from 1.0-alpha-1 to 1.0-alpha-2
configuration. It will be removed before 1.0. |
| libPath | String | 28 May 2007 | The path where the libraries are placed within the jnlp structure. |
| makeArchive | boolean | 1.0-beta-2 | Flag to create the archive or not. Default value is: true. |
| outputJarVersions | boolean | 28 May 2007 | When set to true, this flag indicates that a version attribute
should be output in each of the jar resource elements in the
generated JNLP file. Default value is: false. |
| pack200 | boolean | 28 May 2007 | Indicates whether or not jar resources should be compressed using
pack200. Setting this value to true requires SDK 5.0 or greater. Default value is: false. |
| resourcesDirectory | File | 28 May 2007 | The location of the directory (relative or absolute) containing
non-jar resources that are to be included in the JNLP bundle. |
| sign | SignConfig | 28 May 2007 | The Sign Config |
| unsignAlreadySignedJars | boolean | 28 May 2007 | Define whether to remove existing signatures. Default value is: false. |
| verbose | boolean | 28 May 2007 | Enable verbose output. Default value is: false. |
| verifyjar | boolean | 28 May 2007 | Indicates whether or not jar files should be verified after
signing. Default value is: true. |
gzip:
jnlp:
sign: