From 431dfe350eff1392b0152ec0a3eec8d32fe6c2c5 Mon Sep 17 00:00:00 2001 From: Alexandr Devyatkin Date: Tue, 31 May 2022 16:01:41 +0300 Subject: [PATCH] Add ethereum transaction support - add gpg plugin --- pom.xml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index a24ff8b..46cbeb9 100644 --- a/pom.xml +++ b/pom.xml @@ -116,27 +116,27 @@ - - - - - - - - - - - - - - - - - - - - - + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + + --pinentry-mode + loopback + + + + + sign-artifacts + verify + + sign + + + + org.codehaus.mojo flatten-maven-plugin