Skip navigation links
A C D E G H I K L M O P S T U 

A

AbstractGpgMojo - Class in org.apache.maven.plugins.gpg
 
AbstractGpgMojo() - Constructor for class org.apache.maven.plugins.gpg.AbstractGpgMojo
 
AbstractGpgSigner - Class in org.apache.maven.plugins.gpg
A base class for all classes that implements signing of files.
AbstractGpgSigner() - Constructor for class org.apache.maven.plugins.gpg.AbstractGpgSigner
 
addMetadata(ArtifactMetadata) - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
args - Variable in class org.apache.maven.plugins.gpg.AbstractGpgSigner
 
AscArtifactMetadata - Class in org.apache.maven.plugins.gpg
 
AscArtifactMetadata(Artifact, File, boolean) - Constructor for class org.apache.maven.plugins.gpg.AscArtifactMetadata
 
AttachedSignedArtifact - Class in org.apache.maven.plugins.gpg
A wrapper class for attached artifacts which have a GPG signature.
AttachedSignedArtifact(Artifact, AscArtifactMetadata) - Constructor for class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 

C

compareTo(Artifact) - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
compareTo(GpgVersion) - Method in class org.apache.maven.plugins.gpg.GpgVersion
 
createDeploymentArtifactRepository(String, String) - Method in class org.apache.maven.plugins.gpg.SignAndDeployFileMojo
 

D

defaultKeyring - Variable in class org.apache.maven.plugins.gpg.AbstractGpgSigner
 
deploy(Artifact, ArtifactRepository) - Method in class org.apache.maven.plugins.gpg.SignAndDeployFileMojo
Deploy an artifact from a particular file.

E

equals(Object) - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
equals(Object) - Method in class org.apache.maven.plugins.gpg.GpgVersion
 
execute() - Method in class org.apache.maven.plugins.gpg.GpgSignAttachedMojo
 
execute() - Method in class org.apache.maven.plugins.gpg.HelpMojo
execute() - Method in class org.apache.maven.plugins.gpg.SignAndDeployFileMojo
 

G

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.GpgSigner
Generate the detached signature file for the provided file.
getArtifactHandler() - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
getArtifactId() - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
getAvailableVersions() - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
getBaseVersion() - Method in class org.apache.maven.plugins.gpg.AscArtifactMetadata
 
getBaseVersion() - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
getClassifier() - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
getClassifier() - Method in class org.apache.maven.plugins.gpg.SigningBundle
 
getDependencyConflictId() - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
getDependencyFilter() - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
getDependencyTrail() - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
getDownloadUrl() - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
getExtension() - Method in class org.apache.maven.plugins.gpg.SigningBundle
 
getFile() - Method in class org.apache.maven.plugins.gpg.AscArtifactMetadata
 
getFile() - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
getGpgVersion() - Method in class org.apache.maven.plugins.gpg.GpgVersionParser
 
getGroupId() - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
getId() - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
getKey() - Method in class org.apache.maven.plugins.gpg.AscArtifactMetadata
 
getLocalFilename(ArtifactRepository) - Method in class org.apache.maven.plugins.gpg.AscArtifactMetadata
 
getLog() - Method in class org.apache.maven.plugins.gpg.AbstractGpgSigner
 
getMetadataList() - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
getPassphrase(MavenProject) - Method in class org.apache.maven.plugins.gpg.AbstractGpgSigner
 
getRemoteFilename() - Method in class org.apache.maven.plugins.gpg.AscArtifactMetadata
 
getRepository() - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
getScope() - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
getSelectedVersion() - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
getSignature() - Method in class org.apache.maven.plugins.gpg.SigningBundle
 
getType() - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
getVersion() - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
getVersionRange() - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
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.

H

hasClassifier() - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
hashCode() - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
hashCode() - Method in class org.apache.maven.plugins.gpg.GpgVersion
 
HelpMojo - Class in org.apache.maven.plugins.gpg
Display help information on maven-gpg-plugin.
Call mvn gpg:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class org.apache.maven.plugins.gpg.HelpMojo
 
homeDir - Variable in class org.apache.maven.plugins.gpg.AbstractGpgSigner
 

I

isAtLeast(GpgVersion) - Method in class org.apache.maven.plugins.gpg.GpgVersion
Verify if this version is at least some other version
isBefore(GpgVersion) - Method in class org.apache.maven.plugins.gpg.GpgVersion
Verify if this version is before some other version
isExcluded(Artifact) - Method in class org.apache.maven.plugins.gpg.GpgSignAttachedMojo
Tests whether or not a name matches against at least one exclude pattern.
isInteractive - Variable in class org.apache.maven.plugins.gpg.AbstractGpgSigner
 
isOptional() - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
isRelease() - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
isResolved() - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
isSelectedVersionKnown() - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
isSnapshot() - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 

K

keyname - Variable in class org.apache.maven.plugins.gpg.AbstractGpgSigner
 

L

lockMode - Variable in class org.apache.maven.plugins.gpg.AbstractGpgSigner
 

M

merge(ArtifactMetadata) - Method in class org.apache.maven.plugins.gpg.AscArtifactMetadata
 
merge(ArtifactMetadata) - Method in class org.apache.maven.plugins.gpg.AscArtifactMetadata
 

O

org.apache.maven.plugins.gpg - package org.apache.maven.plugins.gpg
 

P

parse(String) - Static method in class org.apache.maven.plugins.gpg.GpgVersion
 
parse(String) - Static method in class org.apache.maven.plugins.gpg.GpgVersionParser
 
passphrase - Variable in class org.apache.maven.plugins.gpg.AbstractGpgSigner
 
project - Variable in class org.apache.maven.plugins.gpg.GpgSignAttachedMojo
The maven project.
publicKeyring - Variable in class org.apache.maven.plugins.gpg.AbstractGpgSigner
 

S

secretKeyring - Variable in class org.apache.maven.plugins.gpg.AbstractGpgSigner
 
selectVersion(String) - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
setArgs(List<String>) - Method in class org.apache.maven.plugins.gpg.AbstractGpgSigner
 
setArtifactHandler(ArtifactHandler) - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
setArtifactId(String) - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
setAvailableVersions(List<ArtifactVersion>) - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
setBaseDirectory(File) - Method in class org.apache.maven.plugins.gpg.AbstractGpgSigner
 
setBaseVersion(String) - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
setBuildDirectory(File) - Method in class org.apache.maven.plugins.gpg.AbstractGpgSigner
 
setDefaultKeyring(boolean) - Method in class org.apache.maven.plugins.gpg.AbstractGpgSigner
 
setDependencyFilter(ArtifactFilter) - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
setDependencyTrail(List<String>) - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
setDownloadUrl(String) - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
setFile(File) - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
setGroupId(String) - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
setHomeDirectory(File) - Method in class org.apache.maven.plugins.gpg.AbstractGpgSigner
 
setInteractive(boolean) - Method in class org.apache.maven.plugins.gpg.AbstractGpgSigner
 
setKeyName(String) - Method in class org.apache.maven.plugins.gpg.AbstractGpgSigner
 
setLockMode(String) - Method in class org.apache.maven.plugins.gpg.AbstractGpgSigner
 
setLog(Log) - Method in class org.apache.maven.plugins.gpg.AbstractGpgSigner
 
setOptional(boolean) - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
setOutputDirectory(File) - Method in class org.apache.maven.plugins.gpg.AbstractGpgSigner
 
setPassPhrase(String) - Method in class org.apache.maven.plugins.gpg.AbstractGpgSigner
 
setPublicKeyring(String) - Method in class org.apache.maven.plugins.gpg.AbstractGpgSigner
 
setRelease(boolean) - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
setRepository(ArtifactRepository) - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
setResolved(boolean) - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
setResolvedVersion(String) - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
setScope(String) - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
setSecretKeyring(String) - Method in class org.apache.maven.plugins.gpg.AbstractGpgSigner
 
setUseAgent(boolean) - Method in class org.apache.maven.plugins.gpg.AbstractGpgSigner
 
setVersion(String) - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
setVersionRange(VersionRange) - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
SignAndDeployFileMojo - Class in org.apache.maven.plugins.gpg
Signs artifacts and installs the artifact in the remote repository.
SignAndDeployFileMojo() - Constructor for class org.apache.maven.plugins.gpg.SignAndDeployFileMojo
 
SIGNATURE_EXTENSION - Static variable in class org.apache.maven.plugins.gpg.AbstractGpgSigner
 
SigningBundle - Class in org.apache.maven.plugins.gpg
 
SigningBundle(String, File) - Constructor for class org.apache.maven.plugins.gpg.SigningBundle
 
SigningBundle(String, String, File) - Constructor for class org.apache.maven.plugins.gpg.SigningBundle
 
storedInArtifactVersionDirectory() - Method in class org.apache.maven.plugins.gpg.AscArtifactMetadata
 
storeInLocalRepository(ArtifactRepository, ArtifactRepository) - Method in class org.apache.maven.plugins.gpg.AscArtifactMetadata
 

T

toString() - Method in class org.apache.maven.plugins.gpg.AscArtifactMetadata
 
toString() - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
toString() - Method in class org.apache.maven.plugins.gpg.GpgVersion
 

U

updateReleaseInfo - Variable in class org.apache.maven.plugins.gpg.SignAndDeployFileMojo
Parameter used to update the metadata to make the artifact as release.
updateVersion(String, ArtifactRepository) - Method in class org.apache.maven.plugins.gpg.AttachedSignedArtifact
 
useAgent - Variable in class org.apache.maven.plugins.gpg.AbstractGpgSigner
 
A C D E G H I K L M O P S T U 
Skip navigation links

Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.