pgp:sign
Full name:
org.kohsuke:pgp-maven-plugin:1.1:sign
Description:
Signs the artifacts.
Attributes:
- Requires a Maven project to be executed.
- Binds by default to the lifecycle phase: verify.
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
outputDirectory | File | - | (no description) Default value is: ${project.build.directory}. |
passphrase | String | - | String that indicates where to retrieve the secret key pass phrase
from. |
secretkey | String | - | How to retrieve the secret key? |
skip | boolean | - | Skip the PGP signing. Default value is: false. |
Parameter Details
(no description)
- Type: java.io.File
- Required: No
- Default: ${project.build.directory}
String that indicates where to retrieve the secret key pass phrase
from.
- Type: java.lang.String
- Required: No
- Expression: ${pgp.passphrase}
How to retrieve the secret key?
- Type: java.lang.String
- Required: No
- Expression: ${pgp.secretkey}
skip:
Skip the PGP signing.
- Type: boolean
- Required: No
- Expression: ${pgp.skip}
- Default: false