This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 131c1ac  add concrete gpg commands to add a key
131c1ac is described below

commit 131c1acba29c643a4d8636041731b1d603972945
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Sun Mar 9 12:27:06 2025 +0100

    add concrete gpg commands to add a key
---
 KEYS | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/KEYS b/KEYS
index 672c91f..4b7eedc 100644
--- a/KEYS
+++ b/KEYS
@@ -1,6 +1,9 @@
 Edit this file in https://github.com/apache/maven-parent/
 
-Then publish to download area /dist/maven/KEYS by
+gpg --list-sigs <your key ID> >> KEYS
+gpg --armor --export <your key ID> >> KEYS
+
+Then publish to download area https://downloads.apache.org/maven/
 
 svn co https://dist.apache.org/repos/dist/release/maven dist-maven
 cd dist-maven

Reply via email to