Package org.apache.maven.plugins.gpg


package org.apache.maven.plugins.gpg
  • Class
    Description
     
    A base class for all classes that implements signing of files.
    Artifact collector SPI, that collects artifacts in some way from given RemoteRepository.
    A signer implementation that uses pure Java Bouncy Castle implementation to sign.
     
    Collects project artifact, the POM, and attached artifacts to be signed.
     
    Sign project artifact, the POM, and attached artifacts with GnuPG for deployment.
    A signer implementation that uses the GnuPG command line executable.
    Represents the semver value of GPG.
    Parse the output of gpg --version and exposes these as dedicated objects.
    Signs artifacts and deploys the artifacts and signatures in the remote repository.
    Resolves given artifacts from a given remote repository, signs them, and deploys the signatures next to signed artifacts, and cleans up afterward.