This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch edit-instructions in repository https://gitbox.apache.org/repos/asf/maven-parent.git
commit 0373b4e1864978c189dce397639974e0e6ea0cae 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