Fork me on GitHub

webstart:unsign

Full name:

org.codehaus.mojo:webstart-maven-plugin:1.0-beta-8-SNAPSHOT:unsign

Description:

Unsigns a JAR, removing signatures. This code will hopefully be moved into the jar plugin when stable enough.

Attributes:

Required Parameters

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.

Optional Parameters

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.

Parameter Details

jarPath:

Path of the jar to unsign. Will unsign all archives in case folder was specified here. When specified, the finalName is ignored.
  • Type: java.io.File
  • Required: No
  • User Property: maven.jar.unsign.jarpath
  • Default: ${project.build.directory}/${project.build.finalName}.${project.packaging}

skip:

Set this to true to disable signing. Useful to speed up build process in development environment.
  • Type: boolean
  • Required: No
  • User Property: maven.jar.unsign.skip
  • Default: false

tempDirectory:

Deprecated. since 1.0-beta-4, no more used to unsign jars.
The directory location used for temporary storage of files used by this mojo.
  • Type: java.io.File
  • Required: Yes
  • User Property: tempdir
  • Default: ${basedir}

verbose:

Enable verbose mode.
  • Type: boolean
  • Required: No
  • User Property: verbose
  • Default: false