From 5a3edfe567ac690b521448b57f0362cc8b32b156 Mon Sep 17 00:00:00 2001 From: Sam Gammon Date: Thu, 7 Mar 2024 22:10:45 -0800 Subject: [PATCH] feat(build): sigstore publishing plugin This changeset adds the Maven Sigstore plugin for use during publishing to Sonatype and other public repositories. - chore: add sigstore plugin to build Signed-off-by: Sam Gammon --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index a7704a6e6e31..6df3c36166e0 100644 --- a/pom.xml +++ b/pom.xml @@ -328,6 +328,19 @@ sonatype-oss-release + + dev.sigstore + sigstore-maven-plugin + 0.4.0 + + + sign + + sign + + + + maven-gpg-plugin 3.0.1