public class GpgSigner extends AbstractGpgSigner
AbstractGpgSigner.MaskingThread| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
executable |
args, defaultKeyring, homeDir, isInteractive, keyname, lockMode, passphrase, publicKeyring, secretKeyring, SIGNATURE_EXTENSION, useAgent| Constructor and Description |
|---|
GpgSigner(java.lang.String executable) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
generateSignatureForFile(java.io.File file,
java.io.File signature)
Generate the detached signature file for the provided file.
|
generateSignatureForArtifact, getLog, getPassphrase, setArgs, setBaseDirectory, setBuildDirectory, setDefaultKeyring, setHomeDirectory, setInteractive, setKeyName, setLockMode, setLog, setOutputDirectory, setPassPhrase, setPublicKeyring, setSecretKeyring, setUseAgentprotected void generateSignatureForFile(java.io.File file,
java.io.File signature)
throws org.apache.maven.plugin.MojoExecutionException
generateSignatureForFile in class AbstractGpgSignerfile - The file to signsignature - The file in which the generate signature will be putorg.apache.maven.plugin.MojoExecutionException