Paul Polishchuk
Paul Polishchuk
@yegor256 please, dispatch the issue. Thanks!
@yegor256 please, give a green light to the issue
upgraded `maven-gpg-plugin` to 1.6 and now there is another problem ``` [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ download-maven-plugin --- gpg: no default secret key: secret key not available gpg: signing failed:...
and the last attempt ``` [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ download-maven-plugin --- gpg: WARNING: unsafe permissions on homedir `/home/r' gpg: [don't know]: invalid packet (ctb=2d) gpg: keydb_search failed: invalid packet...
I used gpg2 (GnuPG) 2.2.4 to generate gpg key
tried to sign artifact locally using the same pgp key - signed without any issue
release issue https://github.com/maven-download-plugin/maven-download-plugin/pull/141 @yegor256 would appreciate any help here :)
@yegor256 yup, read this article back and forth :) I've created settings.xml according to https://www.yegor256.com/2014/08/19/how-to-release-to-maven-central.html#create-settingsxml, encrypted it with `rultor encrypt` command and put to project root https://github.com/maven-download-plugin/maven-download-plugin/blob/master/settings.xml.asc Also 2 more...
@yegor256 afais, `maven-gpg-plugin` under-the-hood uses `gpg` executable to encrypt artifacts https://github.com/apache/maven-gpg-plugin/blob/master/src/main/java/org/apache/maven/plugin/gpg/GpgSigner.java#L66 Rultor container has ``` + gpg --version gpg (GnuPG) 1.4.20 ``` But I generated gpg keys with gpg2 (which...
no luck with gpg1, the same error :(