jarsigner:verify

Full name:

org.apache.maven.plugins:maven-jarsigner-plugin:1.0:verify

Description:

Checks the signatures of a project artifact and attachments using jarsigner.

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Binds by default to the lifecycle phase: verify.

Optional Parameters

Name Type Since Description
archive File - Archive to process. If set, neither the project artifact nor any attachments are processed.
arguments String[] - List of additional arguments to append to the jarsigner command line.
attachments boolean - Controls processing of project attachments.
Default value is: true.
certs boolean - See options.
Default value is: false.
maxMemory String - The maximum memory available to the JAR signer, e.g. 256M. See -Xmx for more details.
skip boolean - Set to true to disable the plugin.
Default value is: false.
verbose boolean - See options.
Default value is: false.

Parameter Details

archive:

Archive to process. If set, neither the project artifact nor any attachments are processed.
  • Type: java.io.File
  • Required: No
  • Expression: ${jarsigner.archive}

arguments:

List of additional arguments to append to the jarsigner command line.
  • Type: java.lang.String[]
  • Required: No
  • Expression: ${jarsigner.arguments}

attachments:

Controls processing of project attachments.
  • Type: boolean
  • Required: No
  • Expression: ${jarsigner.attachments}
  • Default: true

certs:

See options.
  • Type: boolean
  • Required: No
  • Expression: ${jarsigner.certs}
  • Default: false

maxMemory:

The maximum memory available to the JAR signer, e.g. 256M. See -Xmx for more details.
  • Type: java.lang.String
  • Required: No
  • Expression: ${jarsigner.maxMemory}

skip:

Set to true to disable the plugin.
  • Type: boolean
  • Required: No
  • Expression: ${jarsigner.skip}
  • Default: false

verbose:

See options.
  • Type: boolean
  • Required: No
  • Expression: ${jarsigner.verbose}
  • Default: false