Full name:
org.codehaus.mojo:webstart-maven-plugin:1.0-beta-8-SNAPSHOT:unsign
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
tempDirectory | File | - | Deprecated. since 1.0-beta-4, no more used to unsign jars. Default value is: ${basedir}. User property is: tempdir. |
Name | Type | Since | Description |
---|---|---|---|
jarPath | File | - | Path of the jar to unsign. Will unsign all archives in case folder
was specified here. When specified, the finalName is ignored. Default value is: ${project.build.directory}/${project.build.finalName}.${project.packaging}. User property is: maven.jar.unsign.jarpath. |
skip | boolean | - | Set this to true to disable signing. Useful to speed
up build process in development environment. Default value is: false. User property is: maven.jar.unsign.skip. |
verbose | boolean | - | Enable verbose mode. Default value is: false. User property is: verbose. |
skip: