- generateSignatureForArtifact(File) - Method in class org.apache.maven.plugins.gpg.AbstractGpgSigner
-
Create a detached signature file for the provided file.
- generateSignatureForFile(File, File) - Method in class org.apache.maven.plugins.gpg.AbstractGpgSigner
-
Generate the detached signature file for the provided file.
- generateSignatureForFile(File, File) - Method in class org.apache.maven.plugins.gpg.BcSigner
-
- generateSignatureForFile(File, File) - Method in class org.apache.maven.plugins.gpg.GpgSigner
-
Generate the detached signature file for the provided file.
- getClassifier() - Method in class org.apache.maven.plugins.gpg.FilesCollector.Item
-
- getExtension() - Method in class org.apache.maven.plugins.gpg.FilesCollector.Item
-
- getFile() - Method in class org.apache.maven.plugins.gpg.FilesCollector.Item
-
- getGpgVersion() - Method in class org.apache.maven.plugins.gpg.GpgVersionParser
-
- getKeyInfo() - Method in class org.apache.maven.plugins.gpg.AbstractGpgSigner
-
Should return some identification about the used key for logging purposes.
- getKeyInfo() - Method in class org.apache.maven.plugins.gpg.BcSigner
-
- getKeyInfo() - Method in class org.apache.maven.plugins.gpg.GpgSigner
-
- getLog() - Method in class org.apache.maven.plugins.gpg.AbstractGpgSigner
-
- getPassphrase(MavenProject) - Method in class org.apache.maven.plugins.gpg.AbstractGpgMojo
-
Deprecated.
- GpgAgentPasswordLoader() - Constructor for class org.apache.maven.plugins.gpg.BcSigner.GpgAgentPasswordLoader
-
- GpgConfLoader() - Constructor for class org.apache.maven.plugins.gpg.BcSigner.GpgConfLoader
-
- GpgEnvLoader() - Constructor for class org.apache.maven.plugins.gpg.BcSigner.GpgEnvLoader
-
- GpgSignAttachedMojo - Class in org.apache.maven.plugins.gpg
-
Sign project artifact, the POM, and attached artifacts with GnuPG for deployment.
- GpgSignAttachedMojo() - Constructor for class org.apache.maven.plugins.gpg.GpgSignAttachedMojo
-
- GpgSigner - Class in org.apache.maven.plugins.gpg
-
A signer implementation that uses the GnuPG command line executable.
- GpgSigner(String) - Constructor for class org.apache.maven.plugins.gpg.GpgSigner
-
- GpgVersion - Class in org.apache.maven.plugins.gpg
-
Represents the semver value of GPG.
- GpgVersionParser - Class in org.apache.maven.plugins.gpg
-
Parse the output of gpg --version and exposes these as dedicated objects.