Full name:
org.apache.maven.plugins:maven-gpg-plugin:1.3:sign
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
ascDirectory | File | 1.0-alpha-4 | The directory where to store signature files. Default value is: ${project.build.directory}/gpg. |
defaultKeyring | boolean | 1.2 | Whether to add the default keyrings from gpg's home directory to
the list of used keyrings. Default value is: true. |
excludes | String[] | 1.0-alpha-4 | A list of files to exclude from being signed. Can contain Ant-style
wildcards and double wildcards. The default excludes are
**/*.md5 **/*.sha1 **/*.asc. |
executable | String | 1.1 | The path to the GnuPG executable to use for artifact signing.
Defaults to either "gpg" or "gpg.exe" depending on the operating
system. |
homedir | File | 1.0 | The directory from which gpg will load keyrings. If not specified,
gpg will use the value configured for its installation, e.g.
~/.gnupg or %APPDATA%/gnupg. |
keyname | String | - | The "name" of the key to sign with. Passed to gpg as
--local-user. |
passphrase | String | - | The passphrase to use when signing. |
publicKeyring | String | 1.2 | The path to a public keyring to add to the list of keyrings. By
default, only the pubring.gpg from gpg's home
directory is considered. Use this option (and
defaultKeyring if required) to use a different public
key. Note: Relative paths are resolved against gpg's home
directory, not the project base directory. |
secretKeyring | String | 1.2 | The path to a secret keyring to add to the list of keyrings. By
default, only the secring.gpg from gpg's home
directory is considered. Use this option (in combination with
publicKeyring and defaultKeyring if
required) to use a different secret key. Note: Relative
paths are resolved against gpg's home directory, not the project
base directory. |
skip | boolean | - | Skip doing the gpg signing. Default value is: false. |
useAgent | boolean | - | Passes --use-agent or --no-use-agent to
gpg. If using an agent, the passphrase is optional as the agent
will provide it. For gpg2, specify true as --no-use-agent was
removed in gpg2 and doesn't ask for a passphrase anymore. Default value is: false. |
skip: