Registry / build-tool / maven-gpg-plugin

maven-gpg-plugin

JSON →
library3.2.8javamavenunverified

Signs the project artifacts with GnuPG.

<dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>3.2.8</version> </dependency>
INSTALL
IMPORT
SIG · MAVEN-GPG-PLUGIN
M
maven-gpg-plugin
build-tooljavav3.2.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GpgSigner
org.apache.maven.plugins.gpg.GpgSigner

Sign artifacts using GnuPG.

import org.apache.maven.plugins.gpg.GpgSigner; GpgSigner signer = new GpgSigner(); signer.setKeyName("mykey"); signer.sign(new File("artifact.jar"));
Debug
Known issues
gotchaRequires GnuPG installed and configured on the build machine.
fix
Install GnuPG and set up key pairs.
affects: all
Upgrade
Version history
3.2.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
maven-gpg-plugin — mvn dependency:get maven-gpg-plugin · libregistry