From c1da8a45367d633a194c25b4e1109ed706b91698 Mon Sep 17 00:00:00 2001 From: kunalmanishdesai Date: Sat, 28 Oct 2023 20:47:15 -0700 Subject: [PATCH] added gpg plugin --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 3d0cfe6..82669e9 100644 --- a/pom.xml +++ b/pom.xml @@ -134,6 +134,20 @@ + + org.apache.maven.plugins + maven-gpg-plugin + 3.1.0 + + + sign-artifacts + deploy + + sign + + + +