| Interface | Description |
|---|---|
| ArtifactCollectorSPI |
Artifact collector SPI, that collects artifacts in some way from given
RemoteRepository. |
| BcSigner.Loader |
| Class | Description |
|---|---|
| AbstractGpgMojo | |
| AbstractGpgSigner |
A base class for all classes that implements signing of files.
|
| BcSigner |
A signer implementation that uses pure Java Bouncy Castle implementation to sign.
|
| FilesCollector |
Collects project artifact, the POM, and attached artifacts to be signed.
|
| FilesCollector.Item | |
| GpgSignAttachedMojo |
Sign project artifact, the POM, and attached artifacts with GnuPG for deployment.
|
| GpgSigner |
A signer implementation that uses the GnuPG command line executable.
|
| GpgVersion |
Represents the semver value of GPG.
|
| GpgVersionParser |
Parse the output of
gpg --version and exposes these as dedicated objects. |
| SignAndDeployFileMojo |
Signs artifacts and deploys the artifacts and signatures in the remote repository.
|
| SignDeployedMojo |
Resolves given artifacts from a given remote repository, signs them, and deploys the signatures next to signed
artifacts, and cleans up afterward.
|
Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.